From 9590eeec520ca276fc5718528f60cb2e4821138a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:52:51 +0000 Subject: [PATCH] ci: 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/reports.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reports.yaml b/.github/workflows/reports.yaml index ef2aa8adba7a..df536a9daa25 100644 --- a/.github/workflows/reports.yaml +++ b/.github/workflows/reports.yaml @@ -22,15 +22,15 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: gh-pages ref: gh-pages fetch-depth: 0 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: ${{ env.NEOVIM_REPO }} path: 'neovim'