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 2020 with :
2121 go-version : ${{ matrix.go-version }}
2222 - name : Checkout code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Run tests
2525 run : go test -v -covermode=count ./...
Original file line number Diff line number Diff line change 99 platform : [ubuntu-latest]
1010 runs-on : ${{ matrix.platform }}
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : golangci-lint
1414 uses : golangci/golangci-lint-action@v9
1515 with :
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v4
You can’t perform that action at this time.
0 commit comments