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.
2 parents 1a896fb + ad9142d commit 3931a94Copy full SHA for 3931a94
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22
23
- name: Cache Poetry
24
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
25
with:
26
path: ~/.cache/pypoetry
27
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
0 commit comments