12
0
Fork
You've already forked website
0

Bump cachix/install-nix-action from 30 to 31 #78

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/cachix/install-nix-action-31 into master 2025年03月17日 07:05:17 +01:00
dependabot[bot] commented 2025年03月17日 06:46:53 +01:00 (Migrated from github.com)
Copy link

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps cachix/install-nix-action from 30 to 31.

Release notes

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

v31

What's Changed

New Contributors

Full Changelog: https://github.com/cachix/install-nix-action/compare/v30...v31

Commits
  • 02a151a Merge pull request #228 from cachix/bump-nix
  • 0660042 nix: 2.26.2 -> 2.26.3
  • e8dbd0c docs: update readme with latest version
  • 91a0719 Merge pull request #226 from Mic92/nix-update
  • d81eadf nix: 2.25.2 -> 2.26.2
  • 3d69a1d Merge pull request #221 from msgilligan/msgilligan/github-test-aarch64-linux
  • 265a04a GitHub test.yml: add ubuntu-24.04-arm to matrix
  • 89fd1e9 Merge pull request #220 from cachix/fix-master-tests
  • a76df16 ci: bump nixpkgs channel
  • a49b703 ci: fix act test
  • 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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. <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>v31</h2> <h2>What's Changed</h2> <ul> <li>nix: 2.24.9 -&gt; 2.25.2 by <a href="https://github.com/Mic92"><code>@​Mic92</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/218">cachix/install-nix-action#218</a></li> <li>ci: fix latest installer tests by <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/220">cachix/install-nix-action#220</a></li> <li>ci: add ubuntu-24.04-arm to matrix by <a href="https://github.com/msgilligan"><code>@​msgilligan</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/221">cachix/install-nix-action#221</a></li> <li>nix: 2.25.2 -&gt; 2.26.2 by <a href="https://github.com/Mic92"><code>@​Mic92</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/226">cachix/install-nix-action#226</a></li> <li>nix: 2.26.2 -&gt; 2.26.3 by <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/228">cachix/install-nix-action#228</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/msgilligan"><code>@​msgilligan</code></a> made their first contribution in <a href="https://redirect.github.com/cachix/install-nix-action/pull/221">cachix/install-nix-action#221</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cachix/install-nix-action/compare/v30...v31">https://github.com/cachix/install-nix-action/compare/v30...v31</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/install-nix-action/commit/02a151ada4993995686f9ed4f1be7cfbb229e56f"><code>02a151a</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/228">#228</a> from cachix/bump-nix</li> <li><a href="https://github.com/cachix/install-nix-action/commit/066004291cc7638382c409f632f7e0b113fb4daa"><code>0660042</code></a> nix: 2.26.2 -&gt; 2.26.3</li> <li><a href="https://github.com/cachix/install-nix-action/commit/e8dbd0c99268f4acbb432e443018da10b7ed9bdc"><code>e8dbd0c</code></a> docs: update readme with latest version</li> <li><a href="https://github.com/cachix/install-nix-action/commit/91a071959513ca103b54280ac0bef5b825791d4d"><code>91a0719</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/226">#226</a> from Mic92/nix-update</li> <li><a href="https://github.com/cachix/install-nix-action/commit/d81eadf041318952daecfb82fe8d7b4538067642"><code>d81eadf</code></a> nix: 2.25.2 -&gt; 2.26.2</li> <li><a href="https://github.com/cachix/install-nix-action/commit/3d69a1d4d262a7fb63731d2bc0d081544705e3d5"><code>3d69a1d</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/221">#221</a> from msgilligan/msgilligan/github-test-aarch64-linux</li> <li><a href="https://github.com/cachix/install-nix-action/commit/265a04a520d4a95357365b3a9c2e73135a8e9830"><code>265a04a</code></a> GitHub test.yml: add ubuntu-24.04-arm to matrix</li> <li><a href="https://github.com/cachix/install-nix-action/commit/89fd1e98db16430dad3d6595e0f6d30718059e4e"><code>89fd1e9</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/220">#220</a> from cachix/fix-master-tests</li> <li><a href="https://github.com/cachix/install-nix-action/commit/a76df16350261308addb51d2386f28f5f0975987"><code>a76df16</code></a> ci: bump nixpkgs channel</li> <li><a href="https://github.com/cachix/install-nix-action/commit/a49b703498f43e1426a1b820f27cf12cad57143f"><code>a49b703</code></a> ci: fix act test</li> <li>Additional commits viewable in <a href="https://github.com/cachix/install-nix-action/compare/v30...v31">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=30&new-version=31)](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>
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
section77/website!78
Reference in a new issue
section77/website
No description provided.
Delete branch "dependabot/github_actions/cachix/install-nix-action-31"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?