From 7ee17aaec3ecb6613acf03b90fe9226c01d93a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:34:55 +0000 Subject: [PATCH] chore(deps): bump baptiste0928/cargo-install from 3.2.0 to 3.3.0 Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.2.0 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/v3.2.0...v3.3.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 9286281..006ea33 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.2.0 + uses: baptiste0928/cargo-install@v3.3.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.2.0 + uses: baptiste0928/cargo-install@v3.3.0 with: # yazi-cli is the `ya` command line interface crate: yazi-cli