From 5ceeeb3e9580c09bba3fc5358c880418ef69c245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:33:29 +0000 Subject: [PATCH] build(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/dependabot-automerge.yml | 2 +- .github/workflows/dependabot-validate.yml | 2 +- .github/workflows/update-blog-posts.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 3f1d690..3609653 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fetch Dependabot metadata 🔍 uses: dependabot/fetch-metadata@v3 diff --git a/.github/workflows/dependabot-validate.yml b/.github/workflows/dependabot-validate.yml index 3518c6e..36ccb1c 100644 --- a/.github/workflows/dependabot-validate.yml +++ b/.github/workflows/dependabot-validate.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate dependabot config uses: marocchino/validate-dependabot@v3 diff --git a/.github/workflows/update-blog-posts.yml b/.github/workflows/update-blog-posts.yml index 0533c0b..e2e40d1 100644 --- a/.github/workflows/update-blog-posts.yml +++ b/.github/workflows/update-blog-posts.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Push with GH_PAT so the authenticated pusher is in the ruleset # bypass list (CI team). The default GITHUB_TOKEN pushes as