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 f60ad24 commit 9871f3bCopy full SHA for 9871f3b
1 file changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: bash
59
60
- name: Cache Poetry dependencies
61
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.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