File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
using : " composite"
5
5
steps :
6
6
- name : Install go
7
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
7
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
8
8
with :
9
9
go-version-file : " go.mod"
10
10
cache : true
@@ -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 17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
19
19
- name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
20
+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
21
21
22
22
- name : Login to Docker Hub
23
23
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
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
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0
19
19
- run : git fetch --force --tags
20
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
20
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
21
21
with :
22
22
go-version : stable
23
23
You can’t perform that action at this time.
0 commit comments