From d2817aba9d9f76e77bcdd6a56679e6d00a4d65db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:53:21 +0000 Subject: [PATCH] build(deps): 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/audit.yml | 2 +- .github/workflows/code_coverage.yml | 2 +- .github/workflows/cont_integration.yml | 14 +++++++------- .github/workflows/zizmor.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6864183c3..aff433c32 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -28,7 +28,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - uses: actions-rust-lang/audit@v1 diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 9c606f668..7de16e07d 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Install Rust toolchain diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 1ebe157c0..b6c37c22a 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -25,7 +25,7 @@ jobs: - --all-features steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # The 'toolchain' argument on this action overrides the Rust compiler version set in rust-toolchain.toml @@ -55,7 +55,7 @@ jobs: - --all-features steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # This action will honor the Rust compiler version set in rust-toolchain.toml. We aim to keep it in sync with @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # This action automatically reads and applies rust-toolchain.toml @@ -94,7 +94,7 @@ jobs: CFLAGS: -I/usr/include steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # Install a recent version of clang that supports wasm32 @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # This action automatically reads and applies rust-toolchain.toml @@ -135,7 +135,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # This action automatically reads and applies rust-toolchain.toml @@ -151,7 +151,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # This action automatically reads and applies rust-toolchain.toml diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 6a6d8b518..0439c3b25 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,7 +18,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false