Skip to content

Commit 6e780be

Browse files
chore(github-actions): bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 (#1342)
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.6 to 0.10.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.10.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>💥 Breaking changes</h3> <ul> <li>feat: change post-cleanup default to false by <a href="https://github.com/Hofer-Julian"><code>@​Hofer-Julian</code></a> in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/272">prefix-dev/setup-pixi#272</a></li> </ul> <h3>⬆️ Dependency updates</h3> <ul> <li>chore(deps): bump the gh-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/268">prefix-dev/setup-pixi#268</a></li> <li>chore(deps): bump the nodejs group with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/269">prefix-dev/setup-pixi#269</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Hofer-Julian"><code>@​Hofer-Julian</code></a> made their first contribution in <a href="https://redirect.github.com/prefix-dev/setup-pixi/pull/272">prefix-dev/setup-pixi#272</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prefix-dev/setup-pixi/compare/v0.9.6...v0.10.0">https://github.com/prefix-dev/setup-pixi/compare/v0.9.6...v0.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/a09b6247153796b190642a2b53fac4241043cf6f"><code>a09b624</code></a> feat: change post-cleanup default to false (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/272">#272</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/947fc1f2cc730a678dcb11a4121c8302a19bc3b2"><code>947fc1f</code></a> chore(deps): bump the nodejs group with 6 updates (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/269">#269</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/36c1c8cc243c82381e2f2b30ac0b1986fc899170"><code>36c1c8c</code></a> chore(deps): bump the gh-actions group with 2 updates (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/268">#268</a>)</li> <li>See full diff in <a href="https://github.com/prefix-dev/setup-pixi/compare/v0.9.6...v0.10.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.9.6&new-version=0.10.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 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 9f05694 commit 6e780be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/example-data-seeder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7.0.0
1414

15-
- uses: prefix-dev/setup-pixi@v0.9.6
15+
- uses: prefix-dev/setup-pixi@v0.10.0
1616
with:
1717
manifest-path: collection-seeding/pixi.toml
1818
environments: test

0 commit comments

Comments
 (0)