From 94000cfa102c5646d361861934e9f23cb8a9bdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:03:36 +0000 Subject: [PATCH] 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/Build.yml | 2 +- .github/workflows/Publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ed7839d..9e0076d 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -29,7 +29,7 @@ jobs: steps: # Download the markdown and supporting files - name: Checkout Files from Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Upload a copy of the static pages - name: Setup Python diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index e5f1335..98c4718 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -49,7 +49,7 @@ jobs: steps: # Download the source code - name: Checkout Files from Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set the experimental tag to indicate if it is an Alpha or Beta build - name: Compute Channel @@ -97,7 +97,7 @@ jobs: steps: # Download the source code - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout-cone-mode: false sparse-checkout: private.staticwebapp.config.json