Skip to content

chore(ci): bump cachix/install-nix-action from 30 to 31#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/cachix/install-nix-action-31
Open

chore(ci): bump cachix/install-nix-action from 30 to 31#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/cachix/install-nix-action-31

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

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

Release notes

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

v31

Starting with v31, this action will use semantic versioning for releases. Major tags, like v31, will be bumped to point to the latest minor/patch release. This is in line with how most GitHub actions manage releases.

What's Changed

... (truncated)

Changelog

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

Release

As of v31, releases of this action follow Semantic Versioning.

Publishing a new release

Publish the release

Draft a new release on GitHub:

  • In Choose a tag, create a new tag, like v31.2.1, following semver.
  • Click Generate release notes.
  • Set as the latest release should be selected automatically.
  • Publish release

Update the major tag

The major tag, like v31, allows downstream users to opt-in to automatic non-breaking updates.

This process follows GitHub's own guidelines: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md

Fetch the latest tags
git pull --tags --force
Move the tag
git tag -fa v31
git push origin v31 --force

Update the release notes for the major tag

Find the release on GitHub: https://github.com/cachix/install-nix-action/releases

Edit the release and click Generate release notes. Edit the formatting and publish.

Commits
  • 96951a3 Merge pull request #271 from cachix/create-pull-request/patch
  • 6281169 nix: 2.34.2 -> 2.34.4
  • 51f3067 Revert "ci: use 25.11 for channel tests"
  • 15118c1 ci: use 25.11 for channel tests
  • e1ac057 Merge pull request #270 from cachix/create-pull-request/patch
  • d181b96 nix: 2.34.1 -> 2.34.2
  • 1ca7d21 Merge pull request #269 from cachix/create-pull-request/patch
  • b613734 nix: 2.34.0 -> 2.34.1
  • 19effe9 Merge pull request #267 from cachix/create-pull-request/patch
  • d3f3b99 nix: 2.33.3 -> 2.34.0
  • 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 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 [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](cachix/install-nix-action@v30...v31)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: '31'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot Dependabot: dependabot dependencies Dependabot: dependencies github-actions Dependabot: github-actions labels Mar 29, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner March 29, 2026 06:32
@dependabot dependabot bot added dependabot Dependabot: dependabot dependencies Dependabot: dependencies github-actions Dependabot: github-actions labels Mar 29, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the GitHub Action dependency cachix/install-nix-action from version 30 to version 31 in the CI workflow.


Key Technical Details:

  • Version Bump:
    The upgrade moves to v31 of cachix/install-nix-action, which marks a significant change where the project adopts Semantic Versioning (semver) for its releases. Major tags (like v31) now point to the latest minor/patch release, allowing downstream users to opt into automatic non-breaking updates.

  • Nix Version Updates:
    Between v30 and v31 of the action, the embedded Nix versions have been incrementally updated multiple times, now arriving at Nix 2.34.4. This includes security patches and bug fixes:

    • Several security fixes related to privilege escalation in Nix builds.
    • Fixes for daemon authentication bugs affecting the cachix-action.
    • Updates

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug security test

@github-actions github-actions bot added the bug Something isn't working label Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependabot Dependabot: dependabot dependencies Dependabot: dependencies github-actions Dependabot: github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants