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 @@ -161,7 +161,7 @@ jobs:
161161 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
162162 shell : bash
163163 - name : Set up pip cache
164- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
164+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
165165 with :
166166 path : ${{ steps.pip-cache-dir.outputs.dir }}
167167 key : >-
@@ -307,7 +307,7 @@ jobs:
307307 run : >-
308308 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
309309 - name : Set up pip cache
310- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
310+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
311311 with :
312312 path : ${{ steps.pip-cache-dir.outputs.dir }}
313313 key : >-
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Cache pre-commit.com virtualenvs
183183 if : inputs.toxenv == 'pre-commit'
184- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
184+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
185185 with :
186186 path : ~/.cache/pre-commit
187187 key : >-
@@ -239,7 +239,7 @@ jobs:
239239 shell : bash
240240 - name : Set up pip cache
241241 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
242- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
242+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
243243 with :
244244 path : ${{ steps.pip-cache-dir.outputs.dir }}
245245 key : >-
You can’t perform that action at this time.
0 commit comments