Skip to content

Commit 9f22dad

Browse files
authored
Merge pull request #3 from pymc-labs/dependabot/github_actions/prefix-dev/setup-pixi-0.9.0
Bump prefix-dev/setup-pixi from 0.8.8 to 0.9.0
2 parents d0ac097 + 4619c42 commit 9f22dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-lockfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v5
1717

18-
- uses: prefix-dev/setup-pixi@v0.8.8
18+
- uses: prefix-dev/setup-pixi@v0.9.0
1919
with:
2020
pixi-version: latest
2121
cache: true

.github/workflows/pr-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Setup Pixi Environment
23-
uses: prefix-dev/setup-pixi@v0.8.8
23+
uses: prefix-dev/setup-pixi@v0.9.0
2424
with:
2525
pixi-version: latest
2626
cache: true

0 commit comments

Comments
 (0)