Skip to content

Commit e95d26f

Browse files
authored
Merge pull request #807 from coal-library/dependabot/github_actions/devel/prefix-dev/setup-pixi-0.9.4
build(deps): bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4
2 parents 7f3faa6 + e258ed9 commit e95d26f

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/setup-pixi@v0.9.3
83+
- uses: prefix-dev/setup-pixi@v0.9.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/setup-pixi@v0.9.3
138+
- uses: prefix-dev/setup-pixi@v0.9.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/setup-pixi@v0.9.3
189+
- uses: prefix-dev/setup-pixi@v0.9.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/setup-pixi@v0.9.3
30+
uses: prefix-dev/setup-pixi@v0.9.4
3131
with:
3232
run-install: false
3333

0 commit comments

Comments
 (0)