File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
os : [ubuntu-latest, windows-latest, macOS-latest]
24
24
25
25
steps :
26
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
26
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27
27
28
28
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
29
29
with :
39
39
runs-on : ubuntu-latest
40
40
41
41
steps :
42
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
42
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43
43
44
44
- name : Check formatting
45
45
run : ./.gha.gofmt.sh
Original file line number Diff line number Diff line change 15
15
steps :
16
16
17
17
- name : Checkout code
18
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
18
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
19
with :
20
20
fetch-depth : 0
21
21
You can’t perform that action at this time.
0 commit comments