From f3e6bca7088daff09035e5a38f69437b87875f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:02:27 +0000 Subject: [PATCH] Bump actions/checkout in the gh-actions group across 1 directory Bumps the gh-actions group with 1 update in the / directory: [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: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 6 +++--- .github/workflows/windows.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8eca1b2..cd3c791 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: node-version: [22, 24, 26] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - uses: actions/setup-node@v6 @@ -49,7 +49,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - uses: actions/setup-node@v6 @@ -70,7 +70,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - uses: actions/setup-node@v6 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3ee2b3b..65428bf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,7 +17,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - uses: actions/setup-node@v6