@@ -267,7 +267,7 @@ runs:
267267 # ────────────────────────────────────────────────────────────────────────────
268268 - name : 📥 Full checkout for module download (module cache miss)
269269 if : steps.setup-go.outputs.module-cache-hit != 'true'
270- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
270+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
271271 with :
272272 persist-credentials : false
273273
@@ -306,7 +306,7 @@ runs:
306306 # ────────────────────────────────────────────────────────────────────────────
307307 - name : 📥 Full checkout for build warming (module hit, build miss)
308308 if : steps.setup-go.outputs.module-cache-hit == 'true' && steps.setup-go.outputs.build-cache-hit != 'true'
309- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
309+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
310310 with :
311311 persist-credentials : false
312312
@@ -360,7 +360,7 @@ runs:
360360 # ────────────────────────────────────────────────────────────────────────────
361361 - name : 💾 Save Go build cache
362362 if : steps.setup-go.outputs.build-cache-hit != 'true'
363- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4 .0.2
363+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 .0.3
364364 with :
365365 path : |
366366 ~/.cache/go-build
@@ -372,7 +372,7 @@ runs:
372372 # ────────────────────────────────────────────────────────────────────────────
373373 - name : 💾 Save Go module cache
374374 if : steps.setup-go.outputs.module-cache-hit != 'true'
375- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4 .0.2
375+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 .0.3
376376 with :
377377 path : ~/go/pkg/mod
378378 key : ${{ steps.cache-keys.outputs.module-key }}
@@ -437,7 +437,7 @@ runs:
437437 # --------------------------------------------------------------------
438438 - name : 📤 Upload cache statistics
439439 if : always()
440- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
440+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
441441 with :
442442 name : cache-stats-${{ inputs.matrix-os }}-${{ inputs.go-version }}
443443 path : cache-stats-*.json
0 commit comments