We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec4263 commit 9ac05fcCopy full SHA for 9ac05fc
.github/workflows/windows.yml
@@ -51,7 +51,7 @@ jobs:
51
- shell: bash
52
run: |
53
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
54
- - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
55
with:
56
path: dist/
57
key: ${{ env.sha_short }}
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments