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 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 2
2323
Original file line number Diff line number Diff line change 1818 outputs :
1919 modules : ${{ steps.set-modules.outputs.modules }}
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-go@v6
2323 with :
2424 go-version : ${{ env.GO_VERSION }}
3232 matrix :
3333 modules : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - uses : actions/setup-go@v6
3737 with :
3838 go-version : ${{ env.GO_VERSION }}
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2727
You can’t perform that action at this time.
0 commit comments