From 26c8a04e1ac33796a6d97bec142298cad09b2ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:43:00 +0000 Subject: [PATCH] chore: bump baptiste0928/cargo-install from 3.1.1 to 3.3.1 Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.1.1 to 3.3.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/v3.1.1...v3.3.1) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 8b377f7a4..a7f6e4bfa 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -20,7 +20,7 @@ jobs: toolchain: ${{ matrix.rust }} components: clippy - name: Install cargo-semver-checks - uses: baptiste0928/cargo-install@v3.1.1 + uses: baptiste0928/cargo-install@v3.3.1 with: crate: cargo-semver-checks - name: run check-release