Skip to content

Commit 4d94180

Browse files
authored
Bump cachix/install-nix-action from 14 to 15 (#91)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 15. <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-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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/install-nix-action/commit/5f45af07a1f451c75a4ce84e1514200195a1f279"><code>5f45af0</code></a> cleanup</li> <li><a href="https://github.com/cachix/install-nix-action/commit/489b4a2f78d10342a119552bbdb4cbeddbe02bec"><code>489b4a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/105">#105</a> from cachix/resilient-install</li> <li><a href="https://github.com/cachix/install-nix-action/commit/b93cdea694d1c8ff65df8de50159f7ee185a5394"><code>b93cdea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/109">#109</a> from cachix/fix-97</li> <li><a href="https://github.com/cachix/install-nix-action/commit/783053eda638fe1fab03479d925f89f1d41c3755"><code>783053e</code></a> Resilient installation</li> <li><a href="https://github.com/cachix/install-nix-action/commit/c664ef31269eaab8f4e5c11fd0a4b3b00703d86c"><code>c664ef3</code></a> fix <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/97">#97</a>: install nix config correctly for single-user- mode</li> <li><a href="https://github.com/cachix/install-nix-action/commit/74ef8ad2cfb373eef5eb62483d242712e1e1ac07"><code>74ef8ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/108">#108</a> from cachix/enable-experimental-features-by-default</li> <li><a href="https://github.com/cachix/install-nix-action/commit/53fb0300a7f3441ce40527e386355609a274f407"><code>53fb030</code></a> enable flakes &amp; nix-command features by default</li> <li><a href="https://github.com/cachix/install-nix-action/commit/e776d8288cb29f907b00798ed5bdc99ea27b4d63"><code>e776d82</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/107">#107</a> from cachix/dependabot/github_actions/actions/checkou...</li> <li><a href="https://github.com/cachix/install-nix-action/commit/98f3210e45f3cf56c11e228e4ed6b19ccda1cc2a"><code>98f3210</code></a> v14.1</li> <li><a href="https://github.com/cachix/install-nix-action/commit/8026a8b63f3ebcb2544537e62efc6f694856aab2"><code>8026a8b</code></a> chore(deps): bump actions/checkout from 2.3.5 to 2.4.0</li> <li>Additional commits viewable in <a href="https://github.com/cachix/install-nix-action/compare/v14...v15">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=14&new-version=15)](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>
2 parents 2e5df3f + f1a9ece commit 4d94180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141
tags: localhost:5000/tinkerbell/hook-docker:0.0
4242

43-
- uses: cachix/install-nix-action@v14
43+
- uses: cachix/install-nix-action@v15
4444
with:
4545
nix_path: nixpkgs=channel:nixos-unstable
4646

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141
tags: quay.io/tinkerbell/hook-docker:0.0
4242

43-
- uses: cachix/install-nix-action@v14
43+
- uses: cachix/install-nix-action@v15
4444
with:
4545
nix_path: nixpkgs=channel:nixos-unstable
4646

0 commit comments

Comments
 (0)