We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86feb50 commit 3e7f321Copy full SHA for 3e7f321
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
fetch-depth: 0
32
33
- name: Cache turbo build setup
34
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
35
with:
36
path: .turbo
37
key: ${{ runner.os }}-turbo-${{ github.sha }}
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments