File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ runs:
12
12
steps :
13
13
- name : Install Go
14
14
id : install-go
15
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
15
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
16
16
with :
17
17
go-version : ${{ inputs.go-version }}
18
18
cache : false
19
19
20
20
- name : Go cache
21
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
21
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
22
22
with :
23
23
# There is more code downloaded and built than is covered by '**/go.sum',
24
24
# so give each job its own cache to try and not end up sharing the wrong
Original file line number Diff line number Diff line change 7
7
version : 2
8
8
updates :
9
9
- package-ecosystem : ' github-actions'
10
- directory : ' /'
10
+ directories :
11
+ - ' /'
12
+ - ' /.github/actions/setup-go'
11
13
schedule :
12
14
interval : ' weekly'
13
15
groups :
You can’t perform that action at this time.
0 commit comments