Skip to content

Commit 22956fd

Browse files
authored
Merge pull request #1150 from MPAS-Dev/dependabot/github_actions/prefix-dev/setup-pixi-0.9.6
Bump prefix-dev/setup-pixi from 0.9.5 to 0.9.6
2 parents f8f8a5c + aac7e79 commit 22956fd

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.5
56+
uses: prefix-dev/setup-pixi@v0.9.6
5757
with:
5858
environments: ${{ matrix.pixi-environment }}
5959

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

105105
- name: Set up Pixi
106-
uses: prefix-dev/setup-pixi@v0.9.5
106+
uses: prefix-dev/setup-pixi@v0.9.6
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.5
26+
uses: prefix-dev/setup-pixi@v0.9.6
2727
with:
2828
environments: py314
2929

0 commit comments

Comments
 (0)