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 b5af287 commit 70a2b4fCopy full SHA for 70a2b4f
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
shell: bash
44
45
- name: Cache Poetry dependencies
46
- uses: actions/cache@v3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
47
with:
48
path: .venv
49
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -94,7 +94,7 @@ jobs:
94
virtualenvs-in-project: true
95
96
97
98
99
100
0 commit comments