45
45
with :
46
46
persist-credentials : false
47
47
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
48
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
49
49
with :
50
50
# In order:
51
51
# * Module download cache
60
60
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
61
61
restore-keys : |
62
62
${{ runner.os }}-go-
63
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
63
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
64
64
with :
65
65
go-version-file : ' go.mod'
66
66
check-latest : true
@@ -144,7 +144,7 @@ jobs:
144
144
- name : check disk space
145
145
run : df -h
146
146
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
147
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
147
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
148
148
with :
149
149
# In order:
150
150
# * Module download cache
@@ -159,7 +159,7 @@ jobs:
159
159
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
160
160
restore-keys : |
161
161
${{ runner.os }}-go-
162
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
162
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
163
163
with :
164
164
go-version-file : ' go.mod'
165
165
check-latest : true
@@ -186,13 +186,13 @@ jobs:
186
186
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
187
187
with :
188
188
persist-credentials : false
189
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
189
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
190
190
with :
191
191
go-version-file : ' go.mod'
192
192
check-latest : true
193
193
194
194
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
195
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
195
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
196
196
with :
197
197
# In order:
198
198
# * Module download cache
@@ -216,7 +216,7 @@ jobs:
216
216
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
217
217
with :
218
218
persist-credentials : false
219
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
219
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
220
220
with :
221
221
go-version-file : ' go.mod'
222
222
check-latest : true
0 commit comments