File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ runs:
1515 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717 - name : Go Mod Cache
18- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
18+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
25+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Build and push
30- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
30+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
3131 with :
3232 file : ./images/builder/Dockerfile
3333 context : ./images/builder
You can’t perform that action at this time.
0 commit comments