From 882039d38ed47d454ae7ec53402b8c58dd7df5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:30:18 +0000 Subject: [PATCH] Bump baptiste0928/cargo-install from 3.0.0 to 3.0.1 (#2148) Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/1cd874a5478fdca35d868ccc74640c5aabbb8f1b...94e1849646e5797d0c8b34d8e525124ae9ae1d86) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 5b4dc3b8e5f..9f3a74448e8 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -48,13 +48,13 @@ jobs: components: rust-src - name: Install cargo-dylint - uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0 + uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: crate: cargo-dylint version: 1 - name: Install dylint-link - uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0 + uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: crate: dylint-link version: 1 @@ -77,7 +77,7 @@ jobs: uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - name: Install `cargo-contract` `master` - uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0 + uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: crate: cargo-contract git: https://github.com/paritytech/cargo-contract.git