From a9541848205ad0f0e8ee14cb52ecb826a81a69cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:22:35 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 10 +++++----- .github/workflows/test.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index be31486..af9f93a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest name: stable / fmt steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -46,7 +46,7 @@ jobs: # Get early warning of new lints which are regularly introduced in beta channels. toolchain: [stable, beta] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install ${{ matrix.toolchain }} @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest name: nightly / doc steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install nightly @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest name: ubuntu / stable / features steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -102,7 +102,7 @@ jobs: msrv: ["1.87.0"] name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install ${{ matrix.msrv }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3474d8..086b82a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: # toolchain toolchain: [stable, beta] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true - name: Install ${{ matrix.toolchain }}