Skip to content

Commit a15499d

Browse files
authored
Merge pull request #343 from E3SM-Project/dependabot/github_actions/prefix-dev/setup-pixi-0.9.3
Bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3
2 parents 2001a2d + f71350f commit a15499d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

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

8383
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
8484
name: Set up Pixi
85-
uses: prefix-dev/[email protected].2
85+
uses: prefix-dev/[email protected].3
8686
with:
8787
pixi-version: v0.62.2
8888
# Project environment caching uses pixi.lock as the cache key input.

.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/[email protected].2
28+
uses: prefix-dev/[email protected].3
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)