Skip to content

Commit

Permalink
chore(ci): Bump prefix-dev/setup-pixi from 0.7.0 to 0.8.0 (#676)
Browse files Browse the repository at this point in the history
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi)
from 0.7.0 to 0.8.0.
<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.8.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🐛 Bug fixes</h3>
<ul>
<li>Fix saving cache taking too long by <a
href="https://github.com/0xbe7a"><code>@​0xbe7a</code></a> in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/113">prefix-dev/setup-pixi#113</a></li>
</ul>
<h3>📝 Documentation</h3>
<ul>
<li>Reference latest Pixi version in README by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/112">prefix-dev/setup-pixi#112</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/0xbe7a"><code>@​0xbe7a</code></a> made
their first contribution in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/113">prefix-dev/setup-pixi#113</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prefix-dev/setup-pixi/compare/v0.7.0...v0.8.0">https://github.com/prefix-dev/setup-pixi/compare/v0.7.0...v0.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prefix-dev/setup-pixi/commit/2058dcd92f5dbe3befd7379ec6a3022bb746bdfd"><code>2058dcd</code></a>
Fix saving cache taking too long (<a
href="https://redirect.github.com/prefix-dev/setup-pixi/issues/113">#113</a>)</li>
<li><a
href="https://github.com/prefix-dev/setup-pixi/commit/fd715b50efdf191a31ebd18c79ba0985e0a8a4ae"><code>fd715b5</code></a>
Reference latest Pixi version in README (<a
href="https://redirect.github.com/prefix-dev/setup-pixi/issues/112">#112</a>)</li>
<li>See full diff in <a
href="https://github.com/prefix-dev/setup-pixi/compare/v0.7.0...v0.8.0">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.7.0&new-version=0.8.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent ed561f3 commit 3f0c3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
profile: minimal

- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.13.0
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
submodules: recursive
lfs: true
- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.20.1
cache: true
Expand Down

0 comments on commit 3f0c3ed

Please sign in to comment.