From ba663bae081117dc3e8df0a9efdffeac860d66bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:14:02 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in the actions group Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy-gh-pages.yml | 2 +- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/wcag-refresh.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deploy-gh-pages.yml b/.github/workflows/build-deploy-gh-pages.yml index f9c636f6..a49cb4db 100644 --- a/.github/workflows/build-deploy-gh-pages.yml +++ b/.github/workflows/build-deploy-gh-pages.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 997ae4df..ce58b97e 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -14,7 +14,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Deploy to gh-pages branch uses: peaceiris/actions-gh-pages@v4 diff --git a/.github/workflows/wcag-refresh.yml b/.github/workflows/wcag-refresh.yml index 58795621..68da6e88 100644 --- a/.github/workflows/wcag-refresh.yml +++ b/.github/workflows/wcag-refresh.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1