From 0118987823f0c67d4cbab312d283a7244346066b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:14:56 +0000 Subject: [PATCH] Bump baptiste0928/cargo-install from 3.1.1 to 3.3.0 Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.1.1 to 3.3.0. - [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/904927dbe77864e0f2281519fe9d5bd097a220b3...91c5da15570085bcde6f4d7aed98cb82d6769fd3) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 5bead1f801..8b0c5357a9 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@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1 + uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 # v3.3.0 with: crate: cargo-dylint version: 1 - name: Install dylint-link - uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1 + uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 # v3.3.0 with: crate: dylint-link version: 1 @@ -82,7 +82,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - name: Install `cargo-contract` `master` - uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1 + uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 # v3.3.0 with: crate: cargo-contract git: https://github.com/use-ink/cargo-contract.git