Skip to content

Commit ecbca42

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.1 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a403b5 commit ecbca42

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix: ${{ steps.set_version.outputs.matrix }}
4141
steps:
4242
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43-
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
43+
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
4444
- name: Extract versions
4545
id: set_version
4646
run: |
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.bins.os }}
6767
steps:
6868
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
69-
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
69+
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
7070
with:
7171
environments: build
7272
- name: Enable long paths (Windows)
@@ -157,7 +157,7 @@ jobs:
157157
path: conda-packages
158158
merge-multiple: true
159159
run-id: ${{ github.run_id }}
160-
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
160+
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
161161
with:
162162
environments: build
163163
- name: Upload packages

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
- name: Set up pixi
14-
uses: prefix-dev/setup-pixi@v0.9.0
14+
uses: prefix-dev/setup-pixi@v0.9.1
1515
with:
1616
environments: lint
1717
- name: lint (if this step fails, please 'pixi run lint' locally and push the changes)

.github/workflows/python-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
submodules: recursive
34-
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
34+
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
3535
with:
3636
manifest-path: py-pixi-build-backend/pixi.toml
3737
environments: ci

0 commit comments

Comments
 (0)