From 52aff5c8065af743e99b71f8b5991595b72021c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:32:49 +0000 Subject: [PATCH] ci: 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/jekyll_deploy.yml | 2 +- .github/workflows/pull_request.yaml | 4 ++-- .github/workflows/site_link_check.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jekyll_deploy.yml b/.github/workflows/jekyll_deploy.yml index 7d6bcee..e72f3c1 100644 --- a/.github/workflows/jekyll_deploy.yml +++ b/.github/workflows/jekyll_deploy.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Ruby # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index e1af5f5..8b9da8d 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ✅ Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 💎 Setup Ruby uses: ruby/setup-ruby@v1 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ✅ Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🅰️ Check spelling uses: streetsidesoftware/cspell-action@v8 diff --git a/.github/workflows/site_link_check.yaml b/.github/workflows/site_link_check.yaml index cdad11f..8586408 100644 --- a/.github/workflows/site_link_check.yaml +++ b/.github/workflows/site_link_check.yaml @@ -14,7 +14,7 @@ jobs: continue-on-error: true steps: - name: ✅ Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔄 Restore lychee cache uses: actions/cache@v5