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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
18
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
25
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
18
19
19
- name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
20
+ uses : docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
21
21
22
22
- name : Login to Docker Hub
23
23
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
You can’t perform that action at this time.
0 commit comments