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 9999 fetch-depth : 0
100100
101101 - name : Cache pip packages
102- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
102+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103 with :
104104 path : ~/.cache/pip
105105 key : ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -173,7 +173,7 @@ jobs:
173173 fetch-depth : 0
174174
175175 - name : Cache pip packages
176- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
176+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
177177 with :
178178 path : ~/.cache/pip
179179 key : ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ jobs:
329329 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
330330
331331 - name : Cache pre-commit
332- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
332+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
333333 with :
334334 path : |
335335 ${{ env.PRE_COMMIT_HOME }}
You can’t perform that action at this time.
0 commit comments