Skip to content

Commit 0d566f9

Browse files
dependabot[bot]ericmjl
authored andcommitted
chore(deps): Bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.8.8 to 0.8.10. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.8...v0.8.10) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b60929 commit 0d566f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: curl -LsSf https://astral.sh/uv/install.sh | sh
2020

2121
- name: Setup Pixi Environment
22-
uses: prefix-dev/[email protected].8
22+
uses: prefix-dev/[email protected].10
2323
with:
2424
pixi-version: latest
2525
cache: true

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup Pixi Environment
27-
uses: prefix-dev/[email protected].8
27+
uses: prefix-dev/[email protected].10
2828
with:
2929
pixi-version: latest
3030
cache: true

.github/workflows/pr-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Setup Pixi if needed
4444
- name: Setup Pixi Environment
4545
if: ${{ matrix.environment-type == 'pixi' }}
46-
uses: prefix-dev/[email protected].8
46+
uses: prefix-dev/[email protected].10
4747
with:
4848
pixi-version: latest
4949
cache: true

.github/workflows/release-python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: astral-sh/setup-uv@v6
4545

4646
- name: Setup Pixi Environment
47-
uses: prefix-dev/[email protected].8
47+
uses: prefix-dev/[email protected].10
4848
with:
4949
pixi-version: latest
5050
cache: true

0 commit comments

Comments
 (0)