We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf8d5a commit 7ed4226Copy full SHA for 7ed4226
.github/workflows/code-quality-checks.yml
@@ -89,7 +89,7 @@ jobs:
89
#----------------------------------------------
90
- name: Load cached venv
91
id: cached-poetry-dependencies
92
- uses: actions/cache@v2
+ uses: actions/cache@v4
93
with:
94
path: .venv-pyarrow
95
key: venv-pyarrow-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments