Skip to content

Commit b9dcc34

Browse files
authored
Merge pull request #610 from stack-of-tasks/dependabot/github_actions/devel/prefix-dev/setup-pixi-0.9.3
build(deps): bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3
2 parents 1e87da1 + c807759 commit b9dcc34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

76-
- uses: prefix-dev/setup-pixi@v0.9.2
76+
- uses: prefix-dev/setup-pixi@v0.9.3
7777
with:
7878
cache: true
7979
environments: ${{ matrix.environment }}
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
submodules: recursive
110110

111-
- uses: prefix-dev/setup-pixi@v0.9.2
111+
- uses: prefix-dev/setup-pixi@v0.9.3
112112
env:
113113
CMAKE_BUILD_PARALLEL_LEVEL: 2
114114
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.2
30+
uses: prefix-dev/setup-pixi@v0.9.3
3131
with:
3232
run-install: false
3333

0 commit comments

Comments
 (0)