|
82 | 82 | with: |
83 | 83 | go-version: ${{ env.GOLANG_VERSION }} |
84 | 84 | - name: Restore go build cache |
85 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 85 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
86 | 86 | with: |
87 | 87 | path: ~/.cache/go-build |
88 | 88 | key: ${{ runner.os }}-go-build-v1-${{ github.run_id }} |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | run: | |
154 | 154 | echo "/usr/local/bin" >> $GITHUB_PATH |
155 | 155 | - name: Restore go build cache |
156 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 156 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
157 | 157 | with: |
158 | 158 | path: ~/.cache/go-build |
159 | 159 | key: ${{ runner.os }}-go-build-v1-${{ github.run_id }} |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | run: | |
218 | 218 | echo "/usr/local/bin" >> $GITHUB_PATH |
219 | 219 | - name: Restore go build cache |
220 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 220 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
221 | 221 | with: |
222 | 222 | path: ~/.cache/go-build |
223 | 223 | key: ${{ runner.os }}-go-build-v1-${{ github.run_id }} |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | node-version: '22.9.0' |
312 | 312 | - name: Restore node dependency cache |
313 | 313 | id: cache-dependencies |
314 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 314 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
315 | 315 | with: |
316 | 316 | path: ui/node_modules |
317 | 317 | key: ${{ runner.os }}-node-dep-v2-${{ hashFiles('**/yarn.lock') }} |
@@ -360,7 +360,7 @@ jobs: |
360 | 360 | fetch-depth: 0 |
361 | 361 | - name: Restore node dependency cache |
362 | 362 | id: cache-dependencies |
363 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 363 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
364 | 364 | with: |
365 | 365 | path: ui/node_modules |
366 | 366 | key: ${{ runner.os }}-node-dep-v2-${{ hashFiles('**/yarn.lock') }} |
@@ -468,7 +468,7 @@ jobs: |
468 | 468 | sudo chmod go-r $HOME/.kube/config |
469 | 469 | kubectl version |
470 | 470 | - name: Restore go build cache |
471 | | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
| 471 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
472 | 472 | with: |
473 | 473 | path: ~/.cache/go-build |
474 | 474 | key: ${{ runner.os }}-go-build-v1-${{ github.run_id }} |
|
0 commit comments