From a15fe4bf3e7708474ae63bbaac105e1e48f4ce32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:17:16 +0000 Subject: [PATCH] deps(deps): bump actions/checkout from 6 to 7 in the gha-all group Bumps the gha-all 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: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a47918..920fb04 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: steps: # --- Checkout repo files so we can build & run scripts --- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # --- Install Python with pip cache for faster subsequent runs --- - name: Set up Python 3.x with pip cache @@ -171,7 +171,7 @@ jobs: steps: # --- Checkout the exact commit that triggered this workflow run --- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # --- Retrieve generated files produced by the build job --- - name: Download generated content artifact