Skip to content

Commit 752bd28

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.3 (#447)
1 parent cd632df commit 752bd28

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix: ${{ steps.set_version.outputs.matrix }}
4343
steps:
4444
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45-
- uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
45+
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
4646
- name: Extract versions
4747
id: set_version
4848
run: |
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ${{ matrix.bins.os }}
7272
steps:
7373
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74-
- uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
74+
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
7575
with:
7676
environments: build
7777
- name: Enable long paths (Windows)
@@ -176,7 +176,7 @@ jobs:
176176
path: conda-packages
177177
merge-multiple: true
178178
run-id: ${{ github.run_id }}
179-
- uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
179+
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
180180
with:
181181
environments: build
182182
- 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/[email protected].2
14+
uses: prefix-dev/[email protected].3
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
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
submodules: recursive
37-
- uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
37+
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
3838
with:
3939
manifest-path: py-pixi-build-backend/pixi.toml
4040
environments: ci

.github/workflows/ros-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
submodules: recursive
35-
- uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
35+
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
3636
with:
3737
manifest-path: backends/pixi-build-ros/pixi.toml
3838
- name: Run mypy

0 commit comments

Comments
 (0)