Skip to content

Comments

build(deps): bump cachix/install-nix-action from 30 to 31#22

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/github_actions/cachix/install-nix-action-31
Feb 13, 2026
Merged

build(deps): bump cachix/install-nix-action from 30 to 31#22
github-actions[bot] merged 1 commit intomainfrom
dependabot/github_actions/cachix/install-nix-action-31

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 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

Full Changelog: cachix/install-nix-action@v30...v31

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
  • 4e002c8 Merge pull request #262 from cachix/dependabot/github_actions/actions/checkout-6
  • 65fe369 Merge pull request #263 from cachix/dependabot/github_actions/peter-evans/cre...
  • c61d28f Merge pull request #264 from cachix/create-pull-request/patch
  • 72e7d40 nix: 2.32.4 -> 2.33.0
  • 15a7ab2 chore(deps): bump peter-evans/create-pull-request from 7 to 8
  • 523410f chore(deps): bump actions/checkout from 5 to 6
  • 7e59789 ci: drop macos-13 runner
  • 0b0e072 Merge pull request #261 from cachix/create-pull-request/patch
  • 16d2e32 nix: 2.32.3 -> 2.32.4
  • 7ec16f2 Merge pull request #260 from cachix/create-pull-request/patch
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 13, 2026
@dependabot dependabot bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from dd68e7c to 24b00ad Compare February 13, 2026 11:53
@github-actions github-actions bot enabled auto-merge (rebase) February 13, 2026 11:53
@otahontas otahontas closed this Feb 13, 2026
auto-merge was automatically disabled February 13, 2026 11:54

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@otahontas otahontas reopened this Feb 13, 2026
@dependabot dependabot bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from 24b00ad to 39ef774 Compare February 13, 2026 11:54
@github-actions github-actions bot enabled auto-merge (rebase) February 13, 2026 11:54
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Sorry, only users with push access can use that command.

@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Sorry, only users with push access can use that command.

@dependabot dependabot bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from 39ef774 to b3caaab Compare February 13, 2026 13:11
@otahontas otahontas force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from b3caaab to 8fe2541 Compare February 13, 2026 13:11
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>
@otahontas otahontas force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from 8fe2541 to e7d7a1a Compare February 13, 2026 13:21
@github-actions github-actions bot merged commit 5621c12 into main Feb 13, 2026
6 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/cachix/install-nix-action-31 branch February 13, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant