File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 os : [ubuntu, macos, windows]
1111 runs-on : ${{ matrix.os }}-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : ' go.mod'
2121 codespell :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : codespell-project/actions-codespell@v2
2626 with :
2727 check_hidden : true
3737 env :
3838 GOOS : ${{ matrix.os }}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : actions/setup-go@v6
4242 with :
4343 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Set up QEMU
3232 uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments