Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump nixbuild/nix-quick-install-action from 29 to 30 in /.github/workflows in the all-gha-updates group #5153

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

Bumps the all-gha-updates group in /.github/workflows with 1 update: nixbuild/nix-quick-install-action.

Updates nixbuild/nix-quick-install-action from 29 to 30

Release notes

Sourced from nixbuild/nix-quick-install-action's releases.

nixbuild/nix-quick-install-action@v30

Changes

  • Remove Nix versions: 2.18.8, 2.19.6, 2.20.8, 2.21.4, 2.23.3

  • Bump minor Nix versions: 2.24.9 -> 2.24.12 2.21.0 -> 2.21.4.

  • Add Nix versions: 2.25.5, 2.26.1

  • Bump default Nix version: 2.24.9 -> 2.24.12

  • Add support for ubuntu-24.04-arm (aarch64-linux) runners.

  • Enable support for KVM in builds. Can be turned off with the new enable_kvm configuration option.

Supported Nix Versions on x86_64-linux runners

  • 2.26.1
  • 2.25.5
  • 2.24.12
  • 2.3.18

Supported Nix Versions on aarch64-linux runners

  • 2.26.1
  • 2.25.5
  • 2.24.12

Supported Nix Versions on x86_64-darwin runners

  • 2.26.1
  • 2.25.5
  • 2.24.12
  • 2.3.18
Changelog

Sourced from nixbuild/nix-quick-install-action's changelog.

v30

Changes

  • Remove Nix versions: 2.18.8, 2.19.6, 2.20.8, 2.21.4, 2.23.3

  • Bump minor Nix versions: 2.24.9 -> 2.24.12 2.21.0 -> 2.21.4.

  • Add Nix versions: 2.25.5, 2.26.1

  • Bump default Nix version: 2.24.9 -> 2.24.12

  • Add support for ubuntu-24.04-arm (aarch64-linux) runners.

  • Enable support for KVM in builds. Can be turned off with the new enable_kvm configuration option.

Commits
  • 5bb6a3b Release v30
  • 607b4cf Remove outdated documentation (fixes #57)
  • 5f5c23a Merge pull request #52 from azuwis/macos-volume
  • 9f331f3 Merge pull request #59 from nixbuild/readd_nix_2_3
  • 904096f Merge pull request #56 from Smona/enable-kvm-on-linux
  • acdadbc Nix 2.3 doesn't work on aarch64-linux for some reason
  • 0006832 ci: Fix syntax
  • 450f0c1 ci: Exclude Nix 2.3 on aarch64-linux
  • 900859c Add back Nix 2.3
  • 73e45e6 Merge pull request #58 from deemp/master
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 28, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/all-gha-updates-50bedee9b8 branch 2 times, most recently from 68d7fec to 2217b70 Compare March 5, 2025 08:32
@lrstewart lrstewart requested a review from CarolYeh910 March 5, 2025 17:27
@CarolYeh910 CarolYeh910 added this pull request to the merge queue Mar 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 5, 2025
Bumps the all-gha-updates group in /.github/workflows with 1 update: [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action).


Updates `nixbuild/nix-quick-install-action` from 29 to 30
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](nixbuild/nix-quick-install-action@v29...v30)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gha-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/all-gha-updates-50bedee9b8 branch from 2217b70 to 6f33bfb Compare March 6, 2025 09:13
@lrstewart lrstewart added this pull request to the merge queue Mar 6, 2025
Merged via the queue into main with commit d3891a5 Mar 6, 2025
49 checks passed
@lrstewart lrstewart deleted the dependabot/github_actions/dot-github/workflows/all-gha-updates-50bedee9b8 branch March 6, 2025 19:10
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.

2 participants