Skip to content

Commit ec510a7

Browse files
authored
Merge pull request #587 from stack-of-tasks/dependabot/github_actions/devel/prefix-dev/setup-pixi-0.9.0
build(deps): bump prefix-dev/setup-pixi from 0.8.14 to 0.9.0
2 parents 8ecb7f1 + 02f03a0 commit ec510a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
key: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha }}
6969
restore-keys: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
7070

71-
- uses: prefix-dev/setup-pixi@v0.8.14
71+
- uses: prefix-dev/setup-pixi@v0.9.0
7272
with:
7373
cache: true
7474
environments: ${{ matrix.environment }}

.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.8.14
30+
uses: prefix-dev/setup-pixi@v0.9.0
3131
with:
3232
run-install: false
3333

0 commit comments

Comments
 (0)