Skip to content

Commit 3237b9e

Browse files
chore(deps): update actions/cache action to v4.2.3
1 parent fb8ee1f commit 3237b9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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') }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)