Commit e05e863 1 parent 4e13f22 commit e05e863 Copy full SHA for e05e863
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
echo "GOMODCACHE=$(go env GOMODCACHE)" >> ${{ runner.os == 'Windows' && '$env:' || '$' }}GITHUB_OUTPUT
38
38
39
39
- name : Go Build Cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ${{ steps.go-cache-paths.outputs.GOCACHE }}
43
43
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}
Original file line number Diff line number Diff line change 28
28
echo "GOMODCACHE=$(go env GOMODCACHE)" >> ${{ runner.os == 'Windows' && '$env:' || '$' }}GITHUB_OUTPUT
29
29
30
30
- name : Go Build Cache
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ${{ steps.go-cache-paths.outputs.GOCACHE }}
34
34
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}
You can’t perform that action at this time.
0 commit comments