File tree 2 files changed +3
-3
lines changed
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
102
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
176
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
332
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
333
333
with :
334
334
path : |
335
335
${{ env.PRE_COMMIT_HOME }}
You can’t perform that action at this time.
0 commit comments