Skip to content

Commit ece3d5f

Browse files
authored
Merge pull request #63 from ioos/dependabot/github_actions/prefix-dev/setup-pixi-0.8.5
Bump prefix-dev/setup-pixi from 0.8.4 to 0.8.5
2 parents 33360fd + cb33a23 commit ece3d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup Pixi
19-
uses: prefix-dev/[email protected].4
19+
uses: prefix-dev/[email protected].5
2020
with:
2121
manifest-path: pyproject.toml
2222

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Setup Pixi
25-
uses: prefix-dev/[email protected].4
25+
uses: prefix-dev/[email protected].5
2626
with:
2727
manifest-path: pyproject.toml
2828

0 commit comments

Comments
 (0)