Skip to content

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

Open
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/github_actions/cachix/install-nix-action-31
Open

build(deps): bump cachix/install-nix-action from 30 to 31#45
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/github_actions/cachix/install-nix-action-31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2025

Copy link
Copy Markdown

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

New Contributors

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
  • 5261181 Merge pull request #236 from Mic92/nix-2.28.3
  • b2b89c6 nix: 2.28.2 -> 2.28.3
  • 0c65bbe Merge pull request #235 from cachix/docs-aws-creds
  • 4f800b7 docs: document how to provide AWS credentials to the nix-daemon
  • 80f8d94 Merge pull request #234 from cachix/dependabot/github_actions/actions/checkou...
  • 83772d1 chore(deps): bump actions/checkout from 4.1.1 to 4.2.2
  • 48cf9b5 Merge pull request #201 from l0b0/feat/pin-actions
  • eafea80 remove unused gitignores
  • 9b4ef2f docs: add release notes
  • 754537a Merge pull request #232 from Mic92/nix-update
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 9, 2025
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from 743abf2 to a9c680a Compare May 14, 2025 09:01
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from a9c680a to 98428aa Compare May 22, 2025 12:02
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from 98428aa to f7ec85b Compare May 24, 2025 14:10
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from f7ec85b to b98e13a Compare May 27, 2025 13:19
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from f046dae to 7061577 Compare June 2, 2025 13:48
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/cachix/install-nix-action-31 branch from b98e13a to 815859d Compare June 2, 2025 13:50
Mic92 and others added 11 commits June 6, 2025 11:15
<!-- ps-id: 49609c89-e681-498c-85ca-5cfcb5f5bd38 -->
<!-- ps-id: cec6d9a3-a7ee-43ff-bb29-a4879c9be4be -->
<!-- ps-id: ec34e5f5-e543-4bf8-9f3a-82a568fe8e3c -->
<!-- ps-id: d18d0d06-be18-4342-88c7-e98df365b04f -->
<!-- ps-id: 5cc61b65-7ab9-4cd6-8a1d-ad2c98262c62 -->
We don't want to use `normal user` here because than uid's from this
service can collide with other users added with static uids added in
nixos configuration. Also normal users would show up in login dialogs
like gdm/lightdm.

<!-- ps-id: ce771e61-5b0c-4524-aa5b-ced9d507a0cc -->
Like in the borg-job systemd service, env var values are now passed
verbatim to the borg process.
Previously, the var values were evaluated as bash double quoted strings.

<!-- ps-id: 9760d0b1-3240-43a9-986b-accfaf20a375 -->
this is nicer because than the other socat command can be also started
after the nixos test.

<!-- ps-id: 586f2964-1686-43ae-b824-1e6c4ae10bf6 -->
<!-- ps-id: 210dd877-b71e-46d6-99f7-1031d0245f80 -->
<!-- ps-id: e0f0e241-bf9e-447f-82ce-e9d35da574d6 -->
<!-- ps-id: 05f98184-af4c-4f7d-a630-55d04ec7d067 -->
@Mic92
Mic92 force-pushed the main branch 4 times, most recently from 2036b83 to b1b491f Compare July 22, 2025 17:47
@Mic92
Mic92 force-pushed the main branch 5 times, most recently from f217e78 to 3db9bfe Compare July 30, 2025 15:27
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from 6929cb5 to 0100ac3 Compare August 10, 2025 10:12
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from d3ef690 to 73f4017 Compare August 19, 2025 18:10
@Mic92
Mic92 force-pushed the main branch 4 times, most recently from 158a149 to df192bd Compare August 29, 2025 15:10
@Mic92
Mic92 force-pushed the main branch 4 times, most recently from 03a1a16 to 3e6aa63 Compare September 3, 2025 21:56
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from 80eb8de to fa1dc54 Compare September 13, 2025 16:11
@Mic92
Mic92 force-pushed the main branch 2 times, most recently from ecaa25a to 016d330 Compare September 17, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants