File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
166166 shell : bash
167167 - name : Set up pip cache
168- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
168+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
169169 with :
170170 path : ${{ steps.pip-cache-dir.outputs.dir }}
171171 key : >-
@@ -311,7 +311,7 @@ jobs:
311311 run : >-
312312 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
313313 - name : Set up pip cache
314- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
314+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
315315 with :
316316 path : ${{ steps.pip-cache-dir.outputs.dir }}
317317 key : >-
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183
184184 - name : Cache pre-commit.com virtualenvs
185185 if : inputs.toxenv == 'pre-commit'
186- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
186+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
187187 with :
188188 path : ~/.cache/pre-commit
189189 key : >-
@@ -241,7 +241,7 @@ jobs:
241241 shell : bash
242242 - name : Set up pip cache
243243 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
244- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
244+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
245245 with :
246246 path : ${{ steps.pip-cache-dir.outputs.dir }}
247247 key : >-
You can’t perform that action at this time.
0 commit comments