File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162162 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
163163 shell : bash
164164 - name : Set up pip cache
165+ # yamllint disable-line rule:line-length
165166 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
166167 with :
167168 path : ${{ steps.pip-cache-dir.outputs.dir }}
@@ -301,6 +302,7 @@ jobs:
301302 run : >-
302303 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
303304 - name : Set up pip cache
305+ # yamllint disable-line rule:line-length
304306 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
305307 with :
306308 path : ${{ steps.pip-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ jobs:
178178
179179 - name : Cache pre-commit.com virtualenvs
180180 if : inputs.toxenv == 'pre-commit'
181+ # yamllint disable-line rule:line-length
181182 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182183 with :
183184 path : ~/.cache/pre-commit
@@ -236,6 +237,7 @@ jobs:
236237 shell : bash
237238 - name : Set up pip cache
238239 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
240+ # yamllint disable-line rule:line-length
239241 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
240242 with :
241243 path : ${{ steps.pip-cache-dir.outputs.dir }}
You can’t perform that action at this time.
0 commit comments