File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4444 id : go
4545
4646 - name : Checkout repository
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 name : Check for spelling errors
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : codespell-project/actions-codespell@master
1313 with :
1414 check_filenames : true
Original file line number Diff line number Diff line change 1515 shell : bash
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1717 shell : bash
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 2020 id : go
2121
2222 - name : Check out code into the Go module directory
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Test
2626 run : go test -covermode=count -coverprofile=profile.cov ./pkg/...
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Install go
1616 uses : actions/setup-go@v6
You can’t perform that action at this time.
0 commit comments