Bump cachix/install-nix-action from 13 to 17 #19

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/cachix/install-nix-action-17 into main 2022-05-21 20:00:03 +02:00
dependabot[bot] commented 2022-04-11 02:40:07 +02:00 (Migrated from github.com)

Bumps cachix/install-nix-action from 13 to 17.

Release notes

Sourced from cachix/install-nix-action's releases.

install-nix-action-v17

install-nix-action-v16

The last release didn't fix https://github.com/nektos/act correctly.

This release corrects that and adds a test (you need act from master branch).

install-nix-action-v15

  • Enable flakes and the new CLI by default
  • Fix #97: single installation for Act and Docker should be fixed
  • Fix #91: retry official installation as it can sometimes return 400

install-nix-action-v14.1

github actions disable Spotlight by default now, so we don't have to do it in this action anymore

install-nix-action-v14

  • Create X number of users where X = 2 * cpu cores
  • Linux: fallback to single-user installation if there's no systemd (support for https://github.com/nektos/act)
  • Fixes a subtle bug on self-hosted runners when installation fails
Commits
  • d64e055 Merge pull request #133 from Artturin/nixciupdate
  • 0d8fd4b workflows/test.yml use macos-latest again and use nix release with
  • d8ecd38 workflows/test.yml: remove trailing whitespaces
  • 8e09c9a Merge pull request #129 from cachix/dependabot/npm_and_yarn/minimist-1.2.6
  • 9cc5350 Merge pull request #124 from cachix/dependabot/github_actions/actions/checkout-3
  • 9d24e62 Merge pull request #130 from ncfavier/user-profile
  • 1f78d39 Merge pull request #132 from lovesegfault/fix-nix-conf-copy
  • 0c1cffe chore(deps): bump actions/checkout from 2.4.0 to 3
  • 106f85d Merge pull request #131 from lovesegfault/curl-quiet
  • 83e7d63 Merge pull request #128 from cachix/fix-ci
  • 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 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 [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's releases</a>.</em></p> <blockquote> <h2>install-nix-action-v17</h2> <ul> <li>curl for downloading the installer is now in quiet mode (since all the bugs have been addressed)</li> <li><a href="https://github.com/cachix/install-nix-action/commit/3acf7e1fab3202b53a8cab01fe0dc90df51df120">ensure user profile comes before default profile in PATH</a></li> <li>support <a href="https://github.com/actions-runner-controller/actions-runner-controller">https://github.com/actions-runner-controller/actions-runner-controller</a> by using sudo in more places</li> </ul> <h2>install-nix-action-v16</h2> <p>The last release didn't fix <a href="https://github.com/nektos/act">https://github.com/nektos/act</a> correctly.</p> <p>This release corrects that and adds a test (you need act from master branch).</p> <h2>install-nix-action-v15</h2> <ul> <li>Enable flakes and the new CLI by default</li> <li>Fix <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/97">#97</a>: single installation for Act and Docker should be fixed</li> <li>Fix <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/91">#91</a>: retry official installation as it can sometimes return 400</li> </ul> <h2>install-nix-action-v14.1</h2> <p>github actions disable Spotlight by default now, so we don't have to do it in this action anymore</p> <h2>install-nix-action-v14</h2> <ul> <li>Create X number of users where X = 2 * cpu cores</li> <li>Linux: fallback to single-user installation if there's no systemd (support for <a href="https://github.com/nektos/act">https://github.com/nektos/act</a>)</li> <li>Fixes a subtle bug on self-hosted runners when installation fails</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/install-nix-action/commit/d64e0553100205688c0fb2fa16edb0fc8663c590"><code>d64e055</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/133">#133</a> from Artturin/nixciupdate</li> <li><a href="https://github.com/cachix/install-nix-action/commit/0d8fd4ba32df2f0ae743f64a62b81b2a4822f3d8"><code>0d8fd4b</code></a> workflows/test.yml use macos-latest again and use nix release with</li> <li><a href="https://github.com/cachix/install-nix-action/commit/d8ecd385ef6dea91cf08d7d09471b3881ae7a1ad"><code>d8ecd38</code></a> workflows/test.yml: remove trailing whitespaces</li> <li><a href="https://github.com/cachix/install-nix-action/commit/8e09c9a0510ebd6ef9ba7cf4e24641e8b1a5b1bc"><code>8e09c9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/129">#129</a> from cachix/dependabot/npm_and_yarn/minimist-1.2.6</li> <li><a href="https://github.com/cachix/install-nix-action/commit/9cc5350a25d47b9581738ca9bc6cdbbfa5d17569"><code>9cc5350</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/124">#124</a> from cachix/dependabot/github_actions/actions/checkout-3</li> <li><a href="https://github.com/cachix/install-nix-action/commit/9d24e626545cbca28fb6ccd6f59dcdf393cdcfd9"><code>9d24e62</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/130">#130</a> from ncfavier/user-profile</li> <li><a href="https://github.com/cachix/install-nix-action/commit/1f78d3968eef8a02c4efdb7ebbee5f482b556b73"><code>1f78d39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/132">#132</a> from lovesegfault/fix-nix-conf-copy</li> <li><a href="https://github.com/cachix/install-nix-action/commit/0c1cffea0a29f2cf74c13cd2f096d92f96781356"><code>0c1cffe</code></a> chore(deps): bump actions/checkout from 2.4.0 to 3</li> <li><a href="https://github.com/cachix/install-nix-action/commit/106f85df37b401f52d230a4099a7c5236636409f"><code>106f85d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/131">#131</a> from lovesegfault/curl-quiet</li> <li><a href="https://github.com/cachix/install-nix-action/commit/83e7d631c6dc61dba1b1e362778de6cf4bb232e5"><code>83e7d63</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/128">#128</a> from cachix/fix-ci</li> <li>Additional commits viewable in <a href="https://github.com/cachix/install-nix-action/compare/v13...v17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/install-nix-action&package-manager=github_actions&previous-version=13&new-version=17)](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 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>
Sign in to join this conversation.
No description provided.