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 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : Install Go
2323 uses : actions/setup-go@v6
2424 with :
Original file line number Diff line number Diff line change 88 go-mod :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : actions/setup-go@v6
1313 with :
1414 go-version : stable
2222 runs-on : ubuntu-latest
2323 timeout-minutes : 5
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 1
2828 - uses : codespell-project/actions-codespell@v2
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout Actions Repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242
4343 - name : Check spelling of entire workspace
4444 uses : crate-ci/typos@v1
You can’t perform that action at this time.
0 commit comments