Skip to content

Commit b8dd2bd

Browse files
committed
chore: bump actions and runners versions
1 parent fbd7e11 commit b8dd2bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
os:
23-
- ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
24-
- macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
25-
- windows-2022 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
23+
- ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
24+
- macos-15 # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
25+
- windows-2025 # https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md
2626
go-version:
2727
- 1.22.x
2828
- 1.23.x
@@ -44,12 +44,12 @@ jobs:
4444
echo "NVIM_VERSION=$(if [ ${{ matrix.neovim-version }} != 'nightly' ]; then echo 'stable'; else echo 'nightly'; fi)" >> $GITHUB_ENV
4545
4646
- name: Install Go
47-
uses: actions/setup-go@v3
47+
uses: actions/setup-go@v5
4848
with:
4949
go-version: ${{ matrix.go-version }}
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Install neovim binary
5555
uses: rhysd/action-setup-vim@v1

0 commit comments

Comments
 (0)