Skip to content

Commit 014edff

Browse files
authored
Merge pull request #392 from usgs/dependabot/github_actions/prefix-dev/setup-pixi-0.9.1
Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1
2 parents 013dce7 + c44d93f commit 014edff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-devenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v5
3333

3434
- name: Setup pixi
35-
uses: prefix-dev/setup-pixi@v0.9.0
35+
uses: prefix-dev/setup-pixi@v0.9.1
3636
with:
3737
pixi-version: v0.42.1
3838
manifest-path: "pixi.toml"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ inputs.branch }}
3232

3333
- name: Setup pixi
34-
uses: prefix-dev/setup-pixi@v0.9.0
34+
uses: prefix-dev/setup-pixi@v0.9.1
3535
with:
3636
pixi-version: v0.41.4
3737

0 commit comments

Comments
 (0)