Skip to content

Commit 9dd42bf

Browse files
chore(ci): Bump prefix-dev/setup-pixi from 0.5.0 to 0.5.1 (#513)
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.5.0 to 0.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prefix-dev/setup-pixi/releases">prefix-dev/setup-pixi's releases</a>.</em></p> <blockquote> <h2>v0.5.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug fixes</h3> <ul> <li>Fix cache-write behavior by <a href="https://github.com/pavelzw"><code>@​pavelzw</code></a> in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/76">prefix-dev/setup-pixi#76</a></li> </ul> <h3>📝 Documentation</h3> <ul> <li>Fix typos by <a href="https://github.com/pavelzw"><code>@​pavelzw</code></a> in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/74">prefix-dev/setup-pixi#74</a></li> <li>Add warning about caching with multi-envs by <a href="https://github.com/pavelzw"><code>@​pavelzw</code></a> in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/75">prefix-dev/setup-pixi#75</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prefix-dev/setup-pixi/compare/v0.5.0...v0.5.1">https://github.com/prefix-dev/setup-pixi/compare/v0.5.0...v0.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/19b5e6071f70a82d3c5741d7b3f98a71d192eb20"><code>19b5e60</code></a> Fix cache-write behavior (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/76">#76</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/afa1d6a5d141cb446f77613bdeee89071555f7f1"><code>afa1d6a</code></a> Add warning about caching with multi-envs (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/75">#75</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/52708b32f2c716ecabd82eb8ea280f717760a398"><code>52708b3</code></a> Fix typos (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/74">#74</a>)</li> <li>See full diff in <a href="https://github.com/prefix-dev/setup-pixi/compare/v0.5.0...v0.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefix-dev/setup-pixi&package-manager=github_actions&previous-version=0.5.0&new-version=0.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62e8805 commit 9dd42bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
profile: minimal
3737

38-
- uses: prefix-dev/setup-pixi@v0.5.0
38+
- uses: prefix-dev/setup-pixi@v0.5.1
3939
with:
4040
pixi-version: v0.10.0
4141
cache: true

.github/workflows/python-bindings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
submodules: recursive
2323
lfs: true
24-
- uses: prefix-dev/setup-pixi@v0.5.0
24+
- uses: prefix-dev/setup-pixi@v0.5.1
2525
with:
2626
pixi-version: v0.10.0
2727
cache: true

0 commit comments

Comments
 (0)