Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 18:36:39 +00:00
committed by GitHub
parent 17b654a87a
commit 78216791db
6 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ jobs:
neovim_version: nightly
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Download neovim
shell: bash
run: |

View File

@@ -26,7 +26,7 @@ jobs:
glibc_version: 2.29
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install dependencies (Linux)
if: runner.os == 'Linux'
run: |

View File

@@ -24,7 +24,7 @@ jobs:
neovim_version: nightly
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Download neovim
shell: bash
run: curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos-x86_64.tar.gz -o ~/nvim.tar.gz

View File

@@ -13,7 +13,7 @@ jobs:
name: runner / vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: vint
uses: reviewdog/action-vint@v1
with:

View File

@@ -26,7 +26,7 @@ jobs:
neovim_arch: win64
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Download neovim
shell: PowerShell
run: Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip

View File

@@ -33,7 +33,7 @@ jobs:
vim_ver_path: vim80
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Download vim
shell: PowerShell
run: Invoke-WebRequest -Uri https://github.com/vim/vim-win32-installer/releases/download/v${{matrix.vim_version}}/gvim_${{matrix.vim_version}}_${{matrix.vim_arch}}.zip -OutFile vim.zip