From a41709454642e5a6715c258ef87c12081f31349e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:07:54 +0000 Subject: [PATCH] ci: bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/reports.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reports.yaml b/.github/workflows/reports.yaml index df536a9daa25..4909769d96c8 100644 --- a/.github/workflows/reports.yaml +++ b/.github/workflows/reports.yaml @@ -22,15 +22,15 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: gh-pages ref: gh-pages fetch-depth: 0 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: ${{ env.NEOVIM_REPO }} path: 'neovim'