Skip to content

Commit 2af98a0

Browse files
authored
Merge pull request #429 from E3SM-Project/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 64885e1 + dac7091 commit 2af98a0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_workflow.yml

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

145145
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
146146
name: Set up Pixi
147-
uses: prefix-dev/setup-pixi@v0.9.5
147+
uses: prefix-dev/setup-pixi@v0.9.6
148148
with:
149149
pixi-version: v0.62.2
150150
# Project environment caching uses pixi.lock as the cache key input.
@@ -200,7 +200,7 @@ jobs:
200200

201201
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
202202
name: Set up Pixi
203-
uses: prefix-dev/setup-pixi@v0.9.5
203+
uses: prefix-dev/setup-pixi@v0.9.6
204204
with:
205205
pixi-version: v0.62.2
206206
cache: ${{ hashFiles('pixi.lock') != '' }}

.github/workflows/cime_machine_config_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: main
2525

2626
- name: Set up Pixi
27-
uses: prefix-dev/setup-pixi@v0.9.5
27+
uses: prefix-dev/setup-pixi@v0.9.6
2828
with:
2929
pixi-version: v0.62.2
3030
cache: ${{ hashFiles('pixi.lock') != '' }}

.github/workflows/copilot-setup-steps.yml

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

2626
- name: Set up Pixi
27-
uses: prefix-dev/setup-pixi@v0.9.5
27+
uses: prefix-dev/setup-pixi@v0.9.6
2828
with:
2929
pixi-version: v0.62.2
3030
cache: ${{ hashFiles('pixi.lock') != '' }}

.github/workflows/docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up Pixi
28-
uses: prefix-dev/setup-pixi@v0.9.5
28+
uses: prefix-dev/setup-pixi@v0.9.6
2929
with:
3030
pixi-version: v0.62.2
3131
# Project environment caching uses pixi.lock as the cache key input.

0 commit comments

Comments
 (0)