From 028b282ce0330c24550f20232f72580b6bcb886c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:38:24 +0000 Subject: [PATCH] deps(deps): bump actions/checkout from 5 to 6 in the gha-all group Bumps the gha-all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 d449c56..e5c52f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: steps: # --- Checkout repo files so we can build & run scripts --- - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # --- Install Python with pip cache for faster subsequent runs --- - name: Set up Python 3.x with pip cache @@ -142,7 +142,7 @@ jobs: steps: # --- Checkout latest main so we can commit generated files --- - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # --- Retrieve generated files produced by the build job --- - name: Download generated content artifact