From cc842e2f111b46109f2711262da5b972ec93113a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 04:40:47 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vader.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vader.yml b/.github/workflows/vader.yml index 324ed26..c5e2d6d 100644 --- a/.github/workflows/vader.yml +++ b/.github/workflows/vader.yml @@ -13,7 +13,7 @@ jobs: name: Lint code with Vint and shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # There exists a vint github action but it can't install the alpha # version. vint has not been moving since 2020 and we need to use the # alpha release since it fixed some things wrt the latest stable release. @@ -48,7 +48,7 @@ jobs: editor: ["vim-v8.0.0000", "vim-v8.2.2434", "vim-v9.1.1122", "nvim-v0.9.0", "nvim-v0.9.5", "nvim-v0.10.4"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: get editor name env: EDITORVERSION: ${{matrix.editor}}