From faa4df7bda04c0e3b53533b6e82acf38fd2bd0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:45:37 +0000 Subject: [PATCH] chore(deps): bump the actions group with 3 updates Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [actions/setup-node](https://github.com/actions/setup-node) to permit the latest version. Updates `actions/checkout` from 7.0.0 to 7.0.1 - [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/v7...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `Swatinem/rust-cache` to f0d9c3887740aee45f6153b24b3a6b815192ec16 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/commits/f0d9c3887740aee45f6153b24b3a6b815192ec16) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.4.0...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16 dependency-type: direct:production dependency-group: actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/deploy-docs.yml | 2 +- .github/workflows/deploy-playground.yml | 2 +- .github/workflows/dev-publish.yml | 10 +++++----- .github/workflows/release.yml | 4 ++-- .github/workflows/update-chain-specs.yml | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfe0fd459..3e41e3c71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: toolchain: stable targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: cargo build run: cargo build --workspace --all-targets --all-features @@ -65,7 +65,7 @@ jobs: name: truapi-provider (wasm browser tests) runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -74,7 +74,7 @@ jobs: toolchain: stable targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Install wasm-pack run: cargo install wasm-pack --locked @@ -112,7 +112,7 @@ jobs: toolchain: nightly components: rustfmt - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -159,7 +159,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 # Swift bindgen is pure Rust codegen, so this needs neither Xcode nor the # iOS targets, unlike rebuild.sh which also builds the xcframework. @@ -229,7 +229,7 @@ jobs: toolchain: stable targets: aarch64-apple-ios-sim - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: shared-key: ios-swift-gate diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e0f116121..38047cb44 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,7 +28,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: diff --git a/.github/workflows/deploy-playground.yml b/.github/workflows/deploy-playground.yml index d5fd43e6f..60d6d12fa 100644 --- a/.github/workflows/deploy-playground.yml +++ b/.github/workflows/deploy-playground.yml @@ -43,7 +43,7 @@ jobs: toolchain: nightly components: rustfmt - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Build @parity/truapi run: npm ci && ./scripts/codegen.sh diff --git a/.github/workflows/dev-publish.yml b/.github/workflows/dev-publish.yml index ea6aa5996..a64b09df3 100644 --- a/.github/workflows/dev-publish.yml +++ b/.github/workflows/dev-publish.yml @@ -32,7 +32,7 @@ jobs: name: Verify truapi-provider runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -42,7 +42,7 @@ jobs: components: rustfmt, clippy targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2.8.1 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2.8.1 - run: cargo +nightly fmt -p truapi-provider --check @@ -57,11 +57,11 @@ jobs: needs: verify runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" registry-url: "https://registry.npmjs.org" @@ -71,7 +71,7 @@ jobs: toolchain: stable targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Install wasm-pack run: cargo install wasm-pack --version 0.14.0 --locked diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8e051f98..220456a42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: toolchain: stable - if: steps.version.outputs.proceed == 'true' - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Install dependencies if: steps.version.outputs.proceed == 'true' @@ -266,7 +266,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: shared-key: ios-host-release diff --git a/.github/workflows/update-chain-specs.yml b/.github/workflows/update-chain-specs.yml index ad0d8b284..4181ecf2e 100644 --- a/.github/workflows/update-chain-specs.yml +++ b/.github/workflows/update-chain-specs.yml @@ -27,9 +27,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.0.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6.0.0 with: node-version: "22"