We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe07d0 commit 39ec708Copy full SHA for 39ec708
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
- shell: bash
101
run: |
102
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
103
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
104
with:
105
path: dist/
106
key: ${{ env.sha_short }}
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
124
0 commit comments