Skip to content

Commit c807759

Browse files
dependabot[bot]jorisv
authored andcommitted
build(deps): bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e87da1 commit c807759

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)