Skip to content

Commit e258ed9

Browse files
build(deps): bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f3faa6 commit e258ed9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
key: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha }}
8181
restore-keys: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
8282

83-
- uses: prefix-dev/[email protected].3
83+
- uses: prefix-dev/[email protected].4
8484
with:
8585
cache: true
8686
environments: ${{ matrix.environment }}
@@ -135,7 +135,7 @@ jobs:
135135
key: ccache-python-standalone-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.environment }}-${{ github.sha }}
136136
restore-keys: ccache-python-standalone-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.environment }}-
137137

138-
- uses: prefix-dev/[email protected].3
138+
- uses: prefix-dev/[email protected].4
139139
with:
140140
cache: true
141141
environments: ${{ matrix.environment }}
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
submodules: recursive
188188

189-
- uses: prefix-dev/[email protected].3
189+
- uses: prefix-dev/[email protected].4
190190
env:
191191
CMAKE_BUILD_PARALLEL_LEVEL: 2
192192
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/[email protected].3
30+
uses: prefix-dev/[email protected].4
3131
with:
3232
run-install: false
3333

0 commit comments

Comments
 (0)