File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 outputs :
1212 has_new_commits : ${{ steps.check.outputs.has_new_commits }}
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
2828 if : needs.check-commits.outputs.has_new_commits == 'true'
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 1414 create-tag :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1313 go-version : 1.25
1414
1515 - name : Check out code into the Go module directory
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Test
1919 run : go test ./...
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-go@v6
1818 with :
1919 go-version-file : " ./go.mod"
You can’t perform that action at this time.
0 commit comments