Skip to content

Commit 1fa9690

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.3 (#70)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prefix-dev/setup-pixi](https://redirect.github.com/prefix-dev/setup-pixi) | action | patch | `v0.9.2` -> `v0.9.3` | --- ### Release Notes <details> <summary>prefix-dev/setup-pixi (prefix-dev/setup-pixi)</summary> ### [`v0.9.3`](https://redirect.github.com/prefix-dev/setup-pixi/releases/tag/v0.9.3) [Compare Source](https://redirect.github.com/prefix-dev/setup-pixi/compare/v0.9.2...v0.9.3) <!-- Release notes generated using configuration in .github/release.yml at v0.9.3 --> ##### What's Changed ##### ✨ New features - feat: Switch order of pixi info and pixi install by [@&#8203;pavelzw](https://redirect.github.com/pavelzw) in [#&#8203;234](https://redirect.github.com/prefix-dev/setup-pixi/pull/234) ##### 📝 Documentation - Update documentation links to new pixi URLs by [@&#8203;ruben-arts](https://redirect.github.com/ruben-arts) in [#&#8203;230](https://redirect.github.com/prefix-dev/setup-pixi/pull/230) ##### ⬆️ Dependency updates - chore(deps): bump the gh-actions group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;228](https://redirect.github.com/prefix-dev/setup-pixi/pull/228) - chore(deps): bump the gh-actions group with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;232](https://redirect.github.com/prefix-dev/setup-pixi/pull/232) - chore(deps): bump the nodejs group across 1 directory with 9 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;233](https://redirect.github.com/prefix-dev/setup-pixi/pull/233) **Full Changelog**: <prefix-dev/setup-pixi@v0.9.2...v0.9.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prefix-dev/recipe-format). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36e38ce commit 1fa9690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- py310
2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: prefix-dev/[email protected].2
23+
- uses: prefix-dev/[email protected].3
2424
with:
2525
pixi-version: "latest"
2626
environments: ${{ matrix.pixi-environment }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v6
3535
- name: Setup Pixi
36-
uses: prefix-dev/[email protected].2
36+
uses: prefix-dev/[email protected].3
3737
- name: Format and lint
3838
run: |
3939
pixi run fmt

0 commit comments

Comments
 (0)