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 3531cf6 commit fb1de3aCopy full SHA for fb1de3a
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
poetry config virtualenvs.in-project true --local
33
34
- name: Cache dependencies
35
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
+ uses: actions/cache@v4
36
with:
37
path: ./.venv
38
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments