File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Check out code into the Go module directory
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 persist-credentials : false
1313 - name : golangci-lint
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Check out code into the Go module directory
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 persist-credentials : false
2727 - name : misspell
3434 actionlint :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : reviewdog/action-actionlint@v1
3939 with :
4040 reporter : github-pr-review
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 path : src/github.com/shogo82148/goa-v1
2626 persist-credentials : false
You can’t perform that action at this time.
0 commit comments