File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments