From 247b54767529193a137539711bbccfa074d62c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:47:19 +0000 Subject: [PATCH] chore(ci): bump prefix-dev/setup-pixi from 0.5.1 to 0.6.0 Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-compile.yml b/.github/workflows/rust-compile.yml index 60d63480..e13481df 100644 --- a/.github/workflows/rust-compile.yml +++ b/.github/workflows/rust-compile.yml @@ -129,7 +129,7 @@ jobs: # our implementation will fail on 3.7.4 # and we emit warning - name: Install pixi - uses: prefix-dev/setup-pixi@v0.5.1 + uses: prefix-dev/setup-pixi@v0.6.0 with: run-install: ${{ contains(matrix.name, 'Linux') }}