File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 shell : bash
164164 - name : Set up pip cache
165165 # yamllint disable-line rule:line-length
166- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
166+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
167167 with :
168168 path : ${{ steps.pip-cache-dir.outputs.dir }}
169169 key : >-
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 - name : Cache pre-commit.com virtualenvs
180180 if : inputs.toxenv == 'pre-commit'
181181 # yamllint disable-line rule:line-length
182- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
183183 with :
184184 path : ~/.cache/pre-commit
185185 key : >-
@@ -238,7 +238,7 @@ jobs:
238238 - name : Set up pip cache
239239 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
240240 # yamllint disable-line rule:line-length
241- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
242242 with :
243243 path : ${{ steps.pip-cache-dir.outputs.dir }}
244244 key : >-
You can’t perform that action at this time.
0 commit comments