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 f6674f7 commit 6fe2f2eCopy full SHA for 6fe2f2e
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: bash
59
60
- name: Cache Poetry dependencies
61
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
62
with:
63
path: .venv
64
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -109,7 +109,7 @@ jobs:
109
virtualenvs-in-project: true
110
111
112
113
114
115
0 commit comments