File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 ARTIFACTS : ${{github.workspace}}/artifacts
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/setup-go@v6
2222 with :
2323 go-version-file : go.mod
Original file line number Diff line number Diff line change 2020 steps :
2121 - if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
2222 run : echo "flags=--snapshot" >> $GITHUB_ENV
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1212 verify :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-go@v6
1717 with :
1818 go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments