From 1f1b2c3cab19222f80ac2406165ccfe82c92c13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:26:40 +0100 Subject: [PATCH] Bump the github-actions group in /.github/workflows/install-dependencies with 1 update (#2282) Bumps the github-actions group in /.github/workflows/install-dependencies with 1 update: [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `baptiste0928/cargo-install` from 2 to 3 - [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/v2...v3) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/install-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-dependencies/action.yml b/.github/workflows/install-dependencies/action.yml index 8850e98e0..80fea7da5 100644 --- a/.github/workflows/install-dependencies/action.yml +++ b/.github/workflows/install-dependencies/action.yml @@ -28,7 +28,7 @@ runs: - name: Install cargo-make using cache if: "${{ inputs.rust == 'true' }}" - uses: baptiste0928/cargo-install@v2 + uses: baptiste0928/cargo-install@v3 with: crate: cargo-make version: "^0.36.8"