File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ runs:
15
15
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
16
16
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
17
17
- name : Go Mod Cache
18
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
18
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
19
19
with :
20
20
path : ${{ steps.go-cache-paths.outputs.go-mod }}
21
21
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
22
22
restore-keys : |
23
23
${{ runner.os }}-go-mod-
24
24
- name : Go Build Cache
25
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
25
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
26
26
with :
27
27
path : ${{ steps.go-cache-paths.outputs.go-build }}
28
28
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
- name : Build and push
30
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
30
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
31
31
with :
32
32
file : ./images/builder/Dockerfile
33
33
context : ./images/builder
You can’t perform that action at this time.
0 commit comments