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@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
31
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
32
32
- name : golangci-lint
33
33
uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v4.0.0
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@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
29
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
22
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
23
23
- name : Set up Go
24
24
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
25
25
with :
You can’t perform that action at this time.
0 commit comments