Skip to content

Commit 7d24232

Browse files
build(deps): bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.6 to 0.10.0. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.6...v0.10.0) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a027deb commit 7d24232

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}-${{ github.sha }}
6262
restore-keys: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}-
6363

64-
- uses: prefix-dev/setup-pixi@v0.9.6
64+
- uses: prefix-dev/setup-pixi@v0.10.0
6565
with:
6666
cache: true
6767
environments: ${{ matrix.environment }}
@@ -97,7 +97,7 @@ jobs:
9797
# with:
9898
# submodules: recursive
9999

100-
# - uses: prefix-dev/setup-pixi@v0.9.6
100+
# - uses: prefix-dev/setup-pixi@v0.10.0
101101
# env:
102102
# CMAKE_BUILD_PARALLEL_LEVEL: 4
103103
# with:

.github/workflows/update_pixi_lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Set up pixi
30-
uses: prefix-dev/setup-pixi@v0.9.6
30+
uses: prefix-dev/setup-pixi@v0.10.0
3131
with:
3232
run-install: false
3333

0 commit comments

Comments
 (0)