File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : " 1.22"
30
30
cache : false
31
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
31
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
32
32
- name : golangci-lint
33
33
uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
34
34
with :
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : " Checkout code"
29
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
29
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
30
30
with :
31
31
persist-credentials : false
32
32
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out code
22
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
23
23
- name : Set up Go
24
24
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
25
25
with :
You can’t perform that action at this time.
0 commit comments