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 9fd4f67 commit 34fbe77Copy full SHA for 34fbe77
1 file changed
.github/workflows/test.yaml
@@ -61,7 +61,7 @@ jobs:
61
#----------------------------------------------
62
- name: Load cached venv
63
id: cached-poetry-dependencies
64
- uses: actions/cache@v2
+ uses: actions/cache@v3
65
with:
66
path: .venv
67
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments