From cdd1b93d2f2057699bda0c0349678c5632f7f8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:28:59 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 90d814d..5cfb476 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@v6 # 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@v6 - name: get editor name env: EDITORVERSION: ${{matrix.editor}}