From 06d0eedaaf24d2c5882ac03ce3efaccb9b0f1e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:43:35 +0000 Subject: [PATCH] build(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/ci-bindings-go.yml | 2 +- .github/workflows/ci-bindings-node.yml | 2 +- .github/workflows/ci-bindings-python.yml | 2 +- .github/workflows/ci-lean.yml | 2 +- .github/workflows/ci-python.yml | 2 +- .github/workflows/ci-rust.yml | 4 ++-- .github/workflows/ci-sbom.yml | 2 +- .github/workflows/ci-security.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/policy-lint.yml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-bindings-go.yml b/.github/workflows/ci-bindings-go.yml index ec0fbc4..16d7b07 100644 --- a/.github/workflows/ci-bindings-go.yml +++ b/.github/workflows/ci-bindings-go.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: bindings/go steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/ci-bindings-node.yml b/.github/workflows/ci-bindings-node.yml index 7da8a95..0bb4fb6 100644 --- a/.github/workflows/ci-bindings-node.yml +++ b/.github/workflows/ci-bindings-node.yml @@ -23,7 +23,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/ci-bindings-python.yml b/.github/workflows/ci-bindings-python.yml index f69e36a..5ab0c4d 100644 --- a/.github/workflows/ci-bindings-python.yml +++ b/.github/workflows/ci-bindings-python.yml @@ -21,7 +21,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/ci-lean.yml b/.github/workflows/ci-lean.yml index ccb480b..1cf5bdf 100644 --- a/.github/workflows/ci-lean.yml +++ b/.github/workflows/ci-lean.yml @@ -14,7 +14,7 @@ jobs: lean: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install Elan run: | diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 2db926f..c02c5f3 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -14,7 +14,7 @@ jobs: python: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 530eb4a..06330b2 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -17,7 +17,7 @@ jobs: rust: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: @@ -52,7 +52,7 @@ jobs: wasm-smoke: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/ci-sbom.yml b/.github/workflows/ci-sbom.yml index ef719e6..3b600b2 100644 --- a/.github/workflows/ci-sbom.yml +++ b/.github/workflows/ci-sbom.yml @@ -12,7 +12,7 @@ jobs: syft: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: anchore/sbom-action@v0 with: diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 0178186..5fd5d90 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -9,7 +9,7 @@ jobs: audit-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 150498d..741eb56 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: actions: read contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/policy-lint.yml b/.github/workflows/policy-lint.yml index e2241d6..123982e 100644 --- a/.github/workflows/policy-lint.yml +++ b/.github/workflows/policy-lint.yml @@ -5,7 +5,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5