From 6954b16530dba7938f132474029bc56acf5aa785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:04:34 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/contributors.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/node-ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index e01d4040..ae8e5fd7 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -12,7 +12,7 @@ jobs: name: check-links runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run linkspector uses: umbrelladocs/action-linkspector@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd2bec6..40801361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: python-version: ['3.12'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 4726a32d..3ced65d5 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,7 +8,7 @@ jobs: contributors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: All Contributors Auto Action uses: JoshuaKGoldberg/all-contributors-auto-action@v0.6.0 env: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 525e887d..1a8d6a56 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.12' diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 79733da0..9acd6c9e 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: '22' - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install dependencies run: npm install - name: Run tests @@ -32,7 +32,7 @@ jobs: with: node-version: '22' - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install dependencies run: npm install - name: Run lint diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 534d8343..799ce4ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Publish Docker build uses: ./.github/actions/docker-build