Skip to content

Commit 3e7f321

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#2897)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86feb50 commit 3e7f321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Cache turbo build setup
34-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
34+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3535
with:
3636
path: .turbo
3737
key: ${{ runner.os }}-turbo-${{ github.sha }}
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0
6868

6969
- name: Cache turbo build setup
70-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
70+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7171
with:
7272
path: .turbo
7373
key: ${{ runner.os }}-turbo-${{ github.sha }}

0 commit comments

Comments
 (0)