File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
14
14
- name : checkout
15
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
15
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16
16
with :
17
17
fetch-depth : 0
18
18
82
82
name : check-docs
83
83
runs-on : ubuntu-latest
84
84
steps :
85
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
85
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
86
86
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
87
87
with :
88
88
go-version-file : ' ./go.mod'
@@ -103,7 +103,7 @@ jobs:
103
103
name : lint
104
104
runs-on : ubuntu-latest
105
105
steps :
106
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
106
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
107
107
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
108
108
with :
109
109
go-version-file : ' ./go.mod'
Original file line number Diff line number Diff line change 17
17
steps :
18
18
19
19
- name : checkout
20
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
20
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21
21
with :
22
22
fetch-depth : 0
23
23
You can’t perform that action at this time.
0 commit comments