Skip to content

Commit afe297c

Browse files
Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 in the actions group (#2204)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3126a9e commit afe297c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check_stub_files_diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v7
18-
- uses: prefix-dev/setup-pixi@v0.9.6
18+
- uses: prefix-dev/setup-pixi@v0.10.0
1919
with:
2020
pixi-version: v0.68.0
2121
frozen: true

.github/workflows/run-code-format-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v7
18-
- uses: prefix-dev/setup-pixi@v0.9.6
18+
- uses: prefix-dev/setup-pixi@v0.10.0
1919
with:
2020
pixi-version: v0.68.0
2121
frozen: true

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v7
16-
- uses: prefix-dev/setup-pixi@v0.9.6
16+
- uses: prefix-dev/setup-pixi@v0.10.0
1717
with:
1818
pixi-version: v0.68.0
1919
environments: ci-py314-latest-optional-deps

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v7
28-
- uses: prefix-dev/setup-pixi@v0.9.6
28+
- uses: prefix-dev/setup-pixi@v0.10.0
2929
with:
3030
pixi-version: v0.68.0
3131
environments: ${{ matrix.environment }}
@@ -61,7 +61,7 @@ jobs:
6161
name: Test against nightly dependencies
6262
steps:
6363
- uses: actions/checkout@v7
64-
- uses: prefix-dev/setup-pixi@v0.9.6
64+
- uses: prefix-dev/setup-pixi@v0.10.0
6565
with:
6666
pixi-version: v0.68.0
6767
environments: ci-nightly-deps

.github/workflows/update_pixi_lock_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v7
25-
- uses: prefix-dev/setup-pixi@v0.9.6
25+
- uses: prefix-dev/setup-pixi@v0.10.0
2626
with:
2727
pixi-version: v0.68.0
2828
run-install: false

0 commit comments

Comments
 (0)