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 99
99
fetch-depth : 0
100
100
101
101
- name : Cache pip packages
102
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
102
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
103
103
with :
104
104
path : ~/.cache/pip
105
105
key : ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -173,7 +173,7 @@ jobs:
173
173
fetch-depth : 0
174
174
175
175
- name : Cache pip packages
176
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
176
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
177
177
with :
178
178
path : ~/.cache/pip
179
179
key : ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ jobs:
329
329
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
330
330
331
331
- name : Cache pre-commit
332
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
332
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
333
333
with :
334
334
path : |
335
335
${{ env.PRE_COMMIT_HOME }}
You can’t perform that action at this time.
0 commit comments