build(deps): bump DeterminateSystems/nix-installer-action from 10 to 12 #68

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/DeterminateSystems/nix-installer-action-12 into main
dependabot[bot] commented 2024-06-10 02:57:38 +02:00 (Migrated from github.com)

Bumps DeterminateSystems/nix-installer-action from 10 to 12.

Release notes

Sourced from DeterminateSystems/nix-installer-action's releases.

v12

What's Changed

Full Changelog: https://github.com/DeterminateSystems/nix-installer-action/compare/v11...v12

v11

What's Changed

Full Changelog: https://github.com/DeterminateSystems/nix-installer-action/compare/v10...v11

Commits
  • 7993355 Merge pull request #98 from DeterminateSystems/update-detsys-ts-status-page
  • db2c9be Update detsys-ts (status page changes)
  • a2473ab Srv update (#97)
  • f51ebf9 Merge pull request #96 from DeterminateSystems/fixup-required-tests
  • 676d200 tests: make megajob block on failure
  • c6857b9 Merge pull request #93 from DeterminateSystems/update-detsys-ts
  • e5b417b Move comment to better location
  • 8ef3f8c Fix direction of Boolean check
  • ad8814a Fix check for ACT environment
  • 9c4e8b2 Provide better if statement
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/determinatesystems/nix-installer-action/releases">DeterminateSystems/nix-installer-action's releases</a>.</em></p> <blockquote> <h2>v12</h2> <h2>What's Changed</h2> <ul> <li>Fix ESM build by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/83">DeterminateSystems/nix-installer-action#83</a></li> <li>Revert &quot;Fix ESM build&quot; by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/86">DeterminateSystems/nix-installer-action#86</a></li> <li>Add CI run for aarch64-darwin by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/87">DeterminateSystems/nix-installer-action#87</a></li> <li>Update action.yml description for source-url by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/89">DeterminateSystems/nix-installer-action#89</a></li> <li>Provide new test matrix for source-* inputs by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/91">DeterminateSystems/nix-installer-action#91</a></li> <li>Disable docker under act by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/90">DeterminateSystems/nix-installer-action#90</a></li> <li>Update detsys-ts by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/93">DeterminateSystems/nix-installer-action#93</a></li> <li>tests: make megajob block on failure by <a href="https://github.com/cole-h"><code>@​cole-h</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/96">DeterminateSystems/nix-installer-action#96</a></li> <li>Srv update by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/97">DeterminateSystems/nix-installer-action#97</a></li> <li>Update detsys-ts (status page changes) by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/98">DeterminateSystems/nix-installer-action#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DeterminateSystems/nix-installer-action/compare/v11...v12">https://github.com/DeterminateSystems/nix-installer-action/compare/v11...v12</a></p> <h2>v11</h2> <h2>What's Changed</h2> <ul> <li>Rebase on top of detsys-ts for abstracting over install.determinate.systems by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/74">DeterminateSystems/nix-installer-action#74</a></li> <li>Update detsys-ts by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/75">DeterminateSystems/nix-installer-action#75</a></li> <li>Gracefully handle FlakeHub login failure by <a href="https://github.com/cole-h"><code>@​cole-h</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/77">DeterminateSystems/nix-installer-action#77</a></li> <li>General JS cleanup by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/76">DeterminateSystems/nix-installer-action#76</a></li> <li>Fix broken CI caused by Nix reinstallation wiping out the Magic Nix Cache by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/79">DeterminateSystems/nix-installer-action#79</a></li> <li>Standardize on v4 of the checkout action by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/80">DeterminateSystems/nix-installer-action#80</a></li> <li>Switch to tsup for building by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/82">DeterminateSystems/nix-installer-action#82</a></li> <li>Update dependencies by <a href="https://github.com/grahamc"><code>@​grahamc</code></a> in <a href="https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/85">DeterminateSystems/nix-installer-action#85</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DeterminateSystems/nix-installer-action/compare/v10...v11">https://github.com/DeterminateSystems/nix-installer-action/compare/v10...v11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/7993355175c2765e5733dae74f3e0786fe0e5c4f"><code>7993355</code></a> Merge pull request <a href="https://redirect.github.com/determinatesystems/nix-installer-action/issues/98">#98</a> from DeterminateSystems/update-detsys-ts-status-page</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/db2c9be88c207c90bfe2cf83d72a8297fe31b1f2"><code>db2c9be</code></a> Update detsys-ts (status page changes)</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/a2473ab552bbd5ffa381e52c0f965e554aa0bb6d"><code>a2473ab</code></a> Srv update (<a href="https://redirect.github.com/determinatesystems/nix-installer-action/issues/97">#97</a>)</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/f51ebf9a6f2da3c920fc8db85ac9ef868eebf67a"><code>f51ebf9</code></a> Merge pull request <a href="https://redirect.github.com/determinatesystems/nix-installer-action/issues/96">#96</a> from DeterminateSystems/fixup-required-tests</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/676d200580e58ca01954b7abc54a3990943fdc71"><code>676d200</code></a> tests: make megajob block on failure</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/c6857b9a9d90580534ed769b7bd0594e23bb0e3e"><code>c6857b9</code></a> Merge pull request <a href="https://redirect.github.com/determinatesystems/nix-installer-action/issues/93">#93</a> from DeterminateSystems/update-detsys-ts</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/e5b417b85fa54c92925241c5914a88a119c9d2a9"><code>e5b417b</code></a> Move comment to better location</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/8ef3f8c93e35d2c38d2eae9fdc2ce219b4474f8a"><code>8ef3f8c</code></a> Fix direction of Boolean check</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/ad8814ae5da0650ddd7e585c72b3a1287d9db91d"><code>ad8814a</code></a> Fix check for ACT environment</li> <li><a href="https://github.com/DeterminateSystems/nix-installer-action/commit/9c4e8b237e1d6c4b38db9a2ade8f5d224c88ad42"><code>9c4e8b2</code></a> Provide better if statement</li> <li>Additional commits viewable in <a href="https://github.com/determinatesystems/nix-installer-action/compare/v10...v12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DeterminateSystems/nix-installer-action&package-manager=github_actions&previous-version=10&new-version=12)](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>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/github_actions/DeterminateSystems/nix-installer-action-12:dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout dependabot/github_actions/DeterminateSystems/nix-installer-action-12

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git rebase main
git checkout main
git merge --ff-only dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git rebase main
git checkout main
git merge --no-ff dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout main
git merge --squash dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout main
git merge --ff-only dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git checkout main
git merge dependabot/github_actions/DeterminateSystems/nix-installer-action-12
git push origin main
Sign in to join this conversation.
No description provided.