From d7f84f227262c4cc3960c7fc65ec4b9904ed0705 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Apr 2024 19:34:16 +0000
Subject: [PATCH] chore(deps): update baptiste0928/cargo-install action to v3

---
 .github/workflows/release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7d264cb6b2..61b033f873 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
         uses: dsherret/rust-toolchain-file@v1
 
       - name: Install cargo-edit
-        uses: baptiste0928/cargo-install@v2.2.0
+        uses: baptiste0928/cargo-install@v3.1.0
         with:
           crate: cargo-edit
 
@@ -140,7 +140,7 @@ jobs:
           tag_name: ${{ needs.release-please.outputs.air-interpreter-tag-name }}
 
       - name: Install cargo-workspaces
-        uses: baptiste0928/cargo-install@v2.2.0
+        uses: baptiste0928/cargo-install@v3.1.0
         with:
           crate: cargo-workspaces