From fca1d68e9614768325c339f49dce09cc195ce61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:45:37 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6 to 7 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/apply.yml | 4 ++-- .github/workflows/lychee.yml | 2 +- .github/workflows/pin-prod-images.yml | 2 +- .github/workflows/preview-create.yml | 2 +- .github/workflows/typos.yml | 2 +- .github/workflows/validate.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index d2db242..ff2960e 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -44,7 +44,7 @@ jobs: name: Lint + schema-check before apply runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: yamllint run: | python3 -m pip install --quiet yamllint @@ -75,7 +75,7 @@ jobs: needs: validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Confirm the APPLY phrase run: | diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 2c07a4d..a9180db 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lycheeverse/lychee-action@v2 with: args: --no-progress --max-concurrency 4 --exclude-mail './**/*.md' './**/*.html' diff --git a/.github/workflows/pin-prod-images.yml b/.github/workflows/pin-prod-images.yml index 8c74e0f..2db3955 100644 --- a/.github/workflows/pin-prod-images.yml +++ b/.github/workflows/pin-prod-images.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate tag matches production regex env: diff --git a/.github/workflows/preview-create.yml b/.github/workflows/preview-create.yml index 00e56e4..d0a608d 100644 --- a/.github/workflows/preview-create.yml +++ b/.github/workflows/preview-create.yml @@ -115,7 +115,7 @@ jobs: echo "preview url: ${PREVIEW_URL}" - name: Checkout infra (for k8s/preview templates) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Soft-check operator prerequisites (kubeconfig secret) id: prereq diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 661d167..6f2639a 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: crate-ci/typos@v1.47.2 continue-on-error: true # warn-only — surface findings without blocking CI diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0d10fef..143261b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: yamllint run: |