From 3396c0165ed45e1b008c025c605e794796fa7a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:56:32 +0000 Subject: [PATCH] chore(ci): bump prefix-dev/setup-pixi from 0.6.0 to 0.8.1 Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.6.0 to 0.8.1. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.6.0...v0.8.1) --- 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 e13481d..42759c4 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.6.0 + uses: prefix-dev/setup-pixi@v0.8.1 with: run-install: ${{ contains(matrix.name, 'Linux') }}