From d68995db2e57d3268bf7eef05820d1ebf3738803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:34:03 +0000 Subject: [PATCH] ci(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/ci-build-starters-matrix.yml | 10 +++++----- .github/workflows/ci-lint.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/devcontainer-image.yml | 2 +- .github/workflows/release-hugoblox-modules.yml | 2 +- .github/workflows/release-package-splitter.yml | 4 ++-- .github/workflows/security-codeql.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-build-starters-matrix.yml b/.github/workflows/ci-build-starters-matrix.yml index eecdb5122..9e90482c1 100644 --- a/.github/workflows/ci-build-starters-matrix.yml +++ b/.github/workflows/ci-build-starters-matrix.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: continue-on-error: true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 @@ -203,7 +203,7 @@ jobs: continue-on-error: true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 @@ -249,7 +249,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 1137b70b4..aa0e3c0a9 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -37,7 +37,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable Corepack (for pnpm cache) run: corepack enable - uses: actions/setup-node@v6 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cb466f30f..9e89dfd28 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/devcontainer-image.yml b/.github/workflows/devcontainer-image.yml index 775a80c10..de37792ca 100644 --- a/.github/workflows/devcontainer-image.yml +++ b/.github/workflows/devcontainer-image.yml @@ -52,7 +52,7 @@ jobs: hugo: ${{ fromJson(needs.prepare-matrix.outputs.versions) }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to GHCR uses: docker/login-action@v4 diff --git a/.github/workflows/release-hugoblox-modules.yml b/.github/workflows/release-hugoblox-modules.yml index 1626cfafe..c2d21b806 100644 --- a/.github/workflows/release-hugoblox-modules.yml +++ b/.github/workflows/release-hugoblox-modules.yml @@ -31,7 +31,7 @@ jobs: LOG_LEVEL: INFO steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release-package-splitter.yml b/.github/workflows/release-package-splitter.yml index d33ec916a..ad169761a 100644 --- a/.github/workflows/release-package-splitter.yml +++ b/.github/workflows/release-package-splitter.yml @@ -30,7 +30,7 @@ jobs: has_changes: ${{ steps.set-matrix.outputs.has_changes }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -167,7 +167,7 @@ jobs: package: ${{ fromJson(needs.determine_changed.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index cb466f30f..9e89dfd28 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4