From eaf58296963e1866823dbb7509089d41fa82f4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:19:35 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-gh-pages.yml | 2 +- .github/workflows/clean-scratch-site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index 36fb0e7dc57..7f1cbb4a67a 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -16,7 +16,7 @@ jobs: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - name: Generate the files in docker run: scripts/run.sh diff --git a/.github/workflows/clean-scratch-site.yml b/.github/workflows/clean-scratch-site.yml index 17dc2423944..7863da9ecc9 100644 --- a/.github/workflows/clean-scratch-site.yml +++ b/.github/workflows/clean-scratch-site.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Deploy ssh key for scratch site shell: bash -l {0} run: |