File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-24.04
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-go@v5
3030 with :
3131 go-version : ${{ matrix.go-version }}
3636 timeout-minutes : 20
3737 runs-on : ubuntu-24.04
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040
4141 - uses : lima-vm/lima-actions/setup@v1
4242 id : lima-actions-setup
Original file line number Diff line number Diff line change 2424 checks : write # to allow the action to annotate code in the PR.
2525 runs-on : ubuntu-24.04
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 2
3030 - uses : actions/setup-go@v5
4242 go-fix :
4343 runs-on : ubuntu-24.04
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 2
4848 - uses : actions/setup-go@v5
5656 codespell :
5757 runs-on : ubuntu-24.04
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - name : install deps
6161 # Use a known version of codespell.
6262 run : pip install --break-system-packages codespell==v2.4.1
@@ -66,13 +66,13 @@ jobs:
6666 space-at-eol :
6767 runs-on : ubuntu-24.04
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 - run : if git -P grep -I -n '\s$'; then echo "^^^ extra whitespace at EOL, please fix"; exit 1; fi
7171
7272 deps :
7373 runs-on : ubuntu-24.04
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v5
7676 - uses : actions/setup-go@v5
7777 with :
7878 go-version : " ${{ env.GO_VERSION }}"
You can’t perform that action at this time.
0 commit comments