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 b90fcb9 commit ce093f7Copy full SHA for ce093f7
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Load cached venv
47
id: cached-poetry-dependencies
48
- uses: actions/cache@v2
+ uses: actions/cache@v4
49
with:
50
path: .venv
51
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments