We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e6dd93 + f8cbd33 commit 9e29731Copy full SHA for 9e29731
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
poetry config virtualenvs.in-project true --local
36
37
- name: Cache dependencies
38
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39
with:
40
path: ./.venv
41
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments