File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 submodules : true
2020# - name: Set up QEMU
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 2
1515 - name : fix
Original file line number Diff line number Diff line change 1515 os : [ [ubuntu-latest] ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-go@v5
2020 with :
2121 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out code into the Go module directory
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : golangci-lint
1919 uses : reviewdog/action-golangci-lint@v2
2020 with :
You can’t perform that action at this time.
0 commit comments