File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - uses : actions/setup-go@v5
1616 with :
Original file line number Diff line number Diff line change 1616 analyze :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-go@v5
2121 with :
2222 go-version-file : go.mod
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1515 govulncheck :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-go@v5
2020 with :
2121 go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments