From 1361375d2d4e6943c5085fc5ed425ebe13781ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:31:57 +0000 Subject: [PATCH] chore(deps): bump baptiste0928/cargo-install from 3.1.1 to 3.2.0 Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.1.1 to 3.2.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/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0119a9..9286281 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: } - name: Compile and install `yazi-fm` from source - uses: baptiste0928/cargo-install@v3.1.1 + uses: baptiste0928/cargo-install@v3.2.0 with: # yazi-fm is the `yazi` executable crate: yazi-fm @@ -52,7 +52,7 @@ jobs: # d72f90356b98 - name: Compile and install yazi from source - uses: baptiste0928/cargo-install@v3.1.1 + uses: baptiste0928/cargo-install@v3.2.0 with: # yazi-cli is the `ya` command line interface crate: yazi-cli