Skip to content

Commit 47edd9a

Browse files
authored
Merge pull request #16 from scientific-python/dependabot/github_actions/prefix-dev/setup-pixi-0.9.3
2 parents c54c5b5 + f702885 commit 47edd9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_bench.yml

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

17-
- uses: prefix-dev/setup-pixi@v0.9.0
17+
- uses: prefix-dev/setup-pixi@v0.9.3
1818
with:
1919
pixi-version: "v0.49.0"
2020
- run: |

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
git config user.name "Scientific Python [bot]"
4242
git config user.email "scientific-python@users.noreply.github.com"
4343
44-
- uses: prefix-dev/setup-pixi@v0.9.0
44+
- uses: prefix-dev/setup-pixi@v0.9.3
4545
name: Setup Pixi
4646
with:
4747
pixi-version: v0.49.0

0 commit comments

Comments
 (0)