Skip to content

Commit e92f00a

Browse files
authored
Merge pull request #1153 from MPAS-Dev/dependabot/github_actions/prefix-dev/setup-pixi-0.10.0
Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0
2 parents 97e1c1d + 6f072d0 commit e92f00a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
5555
name: Set up Pixi
56-
uses: prefix-dev/setup-pixi@v0.9.6
56+
uses: prefix-dev/setup-pixi@v0.10.0
5757
with:
5858
environments: ${{ matrix.pixi-environment }}
5959

@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v7
104104

105105
- name: Set up Pixi
106-
uses: prefix-dev/setup-pixi@v0.9.6
106+
uses: prefix-dev/setup-pixi@v0.10.0
107107
with:
108108
environments: ${{ matrix.pixi-environment }}
109109

.github/workflows/docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Pixi
26-
uses: prefix-dev/setup-pixi@v0.9.6
26+
uses: prefix-dev/setup-pixi@v0.10.0
2727
with:
2828
environments: py314
2929

0 commit comments

Comments
 (0)