24
24
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
25
25
with :
26
26
go-version-file : tools/go.mod
27
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
28
28
continue-on-error : true
29
29
id : cache-go-pkg-mod
30
30
timeout-minutes : 2
@@ -47,15 +47,15 @@ jobs:
47
47
- name : GOCACHE
48
48
run : |
49
49
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
50
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
51
51
continue-on-error : true
52
52
timeout-minutes : 2
53
53
with :
54
54
# TODO: Replace with supported mechanism when it is supported
55
55
# https://github.com/actions/setup-go/issues/54
56
56
path : ${{ env.GOCACHE }}
57
57
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
58
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
59
59
continue-on-error : true
60
60
timeout-minutes : 2
61
61
with :
@@ -77,15 +77,15 @@ jobs:
77
77
- name : GOCACHE
78
78
run : |
79
79
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
80
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
80
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
81
81
continue-on-error : true
82
82
timeout-minutes : 2
83
83
with :
84
84
# TODO: Replace with supported mechanism when it is supported
85
85
# https://github.com/actions/setup-go/issues/54
86
86
path : ${{ env.GOCACHE }}
87
87
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
88
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
88
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
89
89
continue-on-error : true
90
90
timeout-minutes : 2
91
91
with :
@@ -113,15 +113,15 @@ jobs:
113
113
- name : GOCACHE
114
114
run : |
115
115
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
116
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
116
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
117
117
continue-on-error : true
118
118
timeout-minutes : 2
119
119
with :
120
120
# TODO: Replace with supported mechanism when it is supported
121
121
# https://github.com/actions/setup-go/issues/54
122
122
path : ${{ env.GOCACHE }}
123
123
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
124
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
124
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
125
125
continue-on-error : true
126
126
timeout-minutes : 2
127
127
with :
0 commit comments