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 95fa978Copy full SHA for 95fa978
.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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
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