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 35
35
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
36
36
with :
37
37
go-version : 1.20.x
38
- - uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
38
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
39
39
with :
40
40
path : ~/go/pkg/mod
41
41
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 15
15
- name : Checkout
16
16
uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
17
17
- name : Restore Go cache
18
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
18
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
19
19
with :
20
20
path : ~/go/pkg/mod
21
21
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments