Skip to content

Commit a971f74

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.2 (#68)
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.0` -> `v0.9.2` | --- ### Release Notes <details> <summary>prefix-dev/setup-pixi (prefix-dev/setup-pixi)</summary> ### [`v0.9.2`](https://redirect.github.com/prefix-dev/setup-pixi/releases/tag/v0.9.2) [Compare Source](https://redirect.github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2) <!-- Release notes generated using configuration in .github/release.yml at v0.9.2 --> #### What's Changed ##### ✨ New features - feat: Allow caching global environment(s) by [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) in [#&#8203;226](https://redirect.github.com/prefix-dev/setup-pixi/pull/226) **Full Changelog**: <prefix-dev/setup-pixi@v0.9.1...v0.9.2> ### [`v0.9.1`](https://redirect.github.com/prefix-dev/setup-pixi/releases/tag/v0.9.1) [Compare Source](https://redirect.github.com/prefix-dev/setup-pixi/compare/v0.9.0...v0.9.1) <!-- Release notes generated using configuration in .github/release.yml at v0.9.1 --> ##### What's Changed ##### ✨ New features - Add pypi-keyring-provider option by [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) in [#&#8203;220](https://redirect.github.com/prefix-dev/setup-pixi/pull/220) - Add possibility to install global environments by [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) in [#&#8203;221](https://redirect.github.com/prefix-dev/setup-pixi/pull/221) ##### ⬆️ Dependency updates - chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the gh-actions group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;222](https://redirect.github.com/prefix-dev/setup-pixi/pull/222) - chore(deps): bump the nodejs group with 7 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;223](https://redirect.github.com/prefix-dev/setup-pixi/pull/223) ##### New Contributors - [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) made their first contribution in [#&#8203;220](https://redirect.github.com/prefix-dev/setup-pixi/pull/220) **Full Changelog**: <prefix-dev/setup-pixi@v0.9.0...v0.9.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05278a4 commit a971f74

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@v5
23-
- uses: prefix-dev/[email protected].0
23+
- uses: prefix-dev/[email protected].2
2424
with:
2525
pixi-version: "latest"
2626
environments: ${{ matrix.pixi-environment }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v5
3535
- name: Setup Pixi
36-
uses: prefix-dev/[email protected].0
36+
uses: prefix-dev/[email protected].2
3737
- name: Format and lint
3838
run: |
3939
pixi run fmt

0 commit comments

Comments
 (0)