File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
165165 shell : bash
166166 - name : Set up pip cache
167- uses : actions/cache@v4
167+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
168168 with :
169169 path : ${{ steps.pip-cache-dir.outputs.dir }}
170170 key : >-
@@ -305,7 +305,7 @@ jobs:
305305 run : >-
306306 echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
307307 - name : Set up pip cache
308- uses : actions/cache@v4
308+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
309309 with :
310310 path : ${{ steps.pip-cache-dir.outputs.dir }}
311311 key : >-
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Cache pre-commit.com virtualenvs
182182 if : inputs.toxenv == 'pre-commit'
183- uses : actions/cache@v4
183+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
184184 with :
185185 path : ~/.cache/pre-commit
186186 key : >-
@@ -238,7 +238,7 @@ jobs:
238238 shell : bash
239239 - name : Set up pip cache
240240 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
241- uses : actions/cache@v4
241+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
242242 with :
243243 path : ${{ steps.pip-cache-dir.outputs.dir }}
244244 key : >-
@@ -315,7 +315,7 @@ jobs:
315315 if : >-
316316 !cancelled()
317317 && steps.tox-run.outputs.test-result-files != ''
318- uses :
test-summary/[email protected] 318+ uses : test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
319319 with :
320320 paths : >-
321321 ${{ steps.tox-run.outputs.test-result-files }}
@@ -332,7 +332,7 @@ jobs:
332332 && steps.tox-run.outputs.cov-report-files != ''
333333 && steps.tox-run.outputs.test-result-files == ''
334334 && steps.tox-run.outputs.codecov-flags != 'MyPy'
335- 335+ uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
336336 with :
337337 badge : true
338338 filename : >-
You can’t perform that action at this time.
0 commit comments