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 4242 fi
4343 echo "version=${VERSION}" >> $GITHUB_OUTPUT
4444 - name : Setup Go
45- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
4646 with :
4747 go-version : 1.23
4848 cache-dependency-path : |
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 id : buildx
2020 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
2121 - name : Cache Docker layers
22- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
22+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2323 id : cache
2424 with :
2525 path : /tmp/.buildx-cache
2626 key : ${{ runner.os }}-buildx-ghcache-${{ github.sha }}
2727 restore-keys : |
2828 ${{ runner.os }}-buildx-ghcache-
2929 - name : Setup Go
30- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
30+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
3131 with :
3232 go-version : 1.23
3333 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments