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 42
42
fi
43
43
echo "version=${VERSION}" >> $GITHUB_OUTPUT
44
44
- name : Setup Go
45
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
46
46
with :
47
47
go-version : 1.23
48
48
cache-dependency-path : |
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
id : buildx
20
20
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
21
21
- name : Cache Docker layers
22
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
22
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
23
23
id : cache
24
24
with :
25
25
path : /tmp/.buildx-cache
26
26
key : ${{ runner.os }}-buildx-ghcache-${{ github.sha }}
27
27
restore-keys : |
28
28
${{ runner.os }}-buildx-ghcache-
29
29
- name : Setup Go
30
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
30
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
31
31
with :
32
32
go-version : 1.23
33
33
cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments