File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
168+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
169169 with :
170170 path : ${{ steps.pip-cache-dir.outputs.dir }}
171171 key : >-
@@ -312,7 +312,7 @@ jobs:
312312 run : >-
313313 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
314314 - name : Set up pip cache
315- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
315+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
316316 with :
317317 path : ${{ steps.pip-cache-dir.outputs.dir }}
318318 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
186+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
244+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
245245 with :
246246 path : ${{ steps.pip-cache-dir.outputs.dir }}
247247 key : >-
You can’t perform that action at this time.
0 commit comments