From 5663c279c5c1e3ae9a1913bd3366a682be7ccab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:32:47 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 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/gh-pages.yml | 2 +- .github/workflows/htmltest.yml | 2 +- .github/workflows/metadata-docs.yml | 4 ++-- .github/workflows/superlinter.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8759abea9a..df8f874f14 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index e4ddea488e..cbd24ec7bf 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -7,7 +7,7 @@ jobs: name: Htmltest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/metadata-docs.yml b/.github/workflows/metadata-docs.yml index 57f0a825dc..36ed29c562 100644 --- a/.github/workflows/metadata-docs.yml +++ b/.github/workflows/metadata-docs.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout pattern repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ${{ env.PATTERN_DIR }} @@ -102,7 +102,7 @@ jobs: fi - name: Checkout docs repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ${{ env.DOCS_DIR }} repository: ${{ env.DOCS_REPO }} diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index fca55cb619..29ce2a25f7 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0