diff --git a/.github/workflows/build-nodes.yml b/.github/workflows/build-nodes.yml index 0590bdac3c7..60e80964387 100644 --- a/.github/workflows/build-nodes.yml +++ b/.github/workflows/build-nodes.yml @@ -29,7 +29,7 @@ jobs: target: wasm32-unknown-unknown - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: build substrate binary uses: actions-rs/cargo@v1 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a317daaa2d7..057b3ecee84 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -27,7 +27,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Cargo test uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e1d34e0f36f..c51a4fb3df4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,7 +43,7 @@ jobs: components: rustfmt - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Cargo fmt uses: actions-rs/cargo@v1.0.3 @@ -72,7 +72,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-machete run: cargo install cargo-machete @@ -105,7 +105,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Run clippy run: | @@ -137,7 +137,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Run clippy uses: actions-rs/cargo@v1 @@ -167,7 +167,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-hack uses: baptiste0928/cargo-install@v3 @@ -239,7 +239,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Cargo check web features which require wasm32 target. run: | @@ -274,7 +274,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Check internal documentation links run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc -vv --workspace --no-deps --document-private-items @@ -308,7 +308,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-nextest run: cargo install cargo-nextest @@ -348,7 +348,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-nextest run: cargo install cargo-nextest @@ -382,7 +382,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Run tests uses: actions-rs/cargo@v1.0.3 @@ -415,7 +415,7 @@ jobs: uses: browser-actions/setup-chrome@latest - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Use substrate and polkadot node binaries uses: ./.github/workflows/actions/use-nodes @@ -471,7 +471,7 @@ jobs: run: sudo apt install gcc-arm-none-eabi - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 # Note: We currently do not have a way to run real tests in a `no_std` environment. # We can only make sure that they compile to ARM thumb ISA. diff --git a/.github/workflows/update-artifacts.yml b/.github/workflows/update-artifacts.yml index 6abaec18799..dea5942a25a 100644 --- a/.github/workflows/update-artifacts.yml +++ b/.github/workflows/update-artifacts.yml @@ -31,7 +31,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 # This starts a substrate node and runs a few subxt cli child processes to fetch metadata from it and generate code. # In particular it generates: