File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 go-version : 1.18
2121 id : go
2222
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - uses : actions/cache@v3
2626 with :
5252 with :
5353 sdk : " 2.14.4"
5454 -
uses :
nanasess/[email protected] 55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656
5757 - uses : actions/cache@v3
5858 with :
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Check out code into the Go module directory
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - uses : actions/setup-go@v4
1111 with :
1212 go-version : 1.18
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 1
1616
You can’t perform that action at this time.
0 commit comments