We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f5c74 commit 38f26ceCopy full SHA for 38f26ce
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
30
31
- name: Set up cache
32
- uses: actions/cache@v2
+ uses: actions/cache@v3
33
with:
34
path: .venv
35
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments