We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86840 commit 98bd21eCopy full SHA for 98bd21e
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
fetch-depth: 0
99
100
- name: Cache pip packages
101
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
102
with:
103
path: ~/.cache/pip
104
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
0 commit comments