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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout Repository
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
20
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
21
21
- name : Check license headers
22
22
uses : apache/skywalking-eyes@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 # tag=v0.6.0
23
23
with :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout Repository
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
32
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
33
33
- name : Setup Go
34
34
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
35
35
with :
59
59
go-version : ${{ matrix.go }}
60
60
check-latest : true
61
61
- name : Checkout Repository
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
62
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
63
63
- name : Test
64
64
run : make test
Original file line number Diff line number Diff line change 16
16
contents : write
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
19
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Setup Go
You can’t perform that action at this time.
0 commit comments