Skip to content

Commit 8c33516

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent 8c097c2 commit 8c33516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
34+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
70+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7171
with:
7272
path: .turbo
7373
key: ${{ runner.os }}-turbo-${{ github.sha }}

0 commit comments

Comments
 (0)