From 7eb6906e5cb5773038d5a5533e5ea5cba428cb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:42:21 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/ci.yml | 10 +++++----- .github/workflows/clippy.yml | 2 +- .github/workflows/minver.yml | 2 +- .github/workflows/rustfmt.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f671847b..d55fb01e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: target: ${{ matrix.target }} override: true - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Check env: CARGO_BUILD_TARGET: ${{ matrix.target }} @@ -70,7 +70,7 @@ jobs: target: ${{ matrix.target }} override: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install linker if: matrix.target == 'i686-unknown-linux-gnu' run: | @@ -104,7 +104,7 @@ jobs: target: ${{ matrix.target }} override: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Check env: CARGO_BUILD_TARGET: ${{ matrix.target }} @@ -125,7 +125,7 @@ jobs: target: ${{ matrix.target }} override: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install WasmTime run: | curl https://wasmtime.dev/install.sh -sSf | bash @@ -146,6 +146,6 @@ jobs: toolchain: nightly override: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Test run: make test diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 126a566b..d1ba2426 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.target }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions-rs/toolchain@v1 with: toolchain: stable diff --git a/.github/workflows/minver.yml b/.github/workflows/minver.yml index 09b1c218..48cbb391 100644 --- a/.github/workflows/minver.yml +++ b/.github/workflows/minver.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions-rs/toolchain@v1 with: toolchain: nightly diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 3eba6643..6ed4851d 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions-rs/toolchain@v1 with: toolchain: stable