From 2d73b8aaa12ee6625fa0d4ce81723fbf1d7e97cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:32:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Bump=20actions/checkout=20from?= =?UTF-8?q?=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/wiki_lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8fa2e2..5933530 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository - uses: 'actions/checkout@v6' + uses: 'actions/checkout@v7' - name: Install static-sitemap-cli run: npm install static-sitemap-cli diff --git a/.github/workflows/wiki_lint.yml b/.github/workflows/wiki_lint.yml index 429d316..2bc99f8 100644 --- a/.github/workflows/wiki_lint.yml +++ b/.github/workflows/wiki_lint.yml @@ -7,7 +7,7 @@ jobs: name: runner / vale runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: errata-ai/vale-action@reviewdog with: fail_on_error: true