Skip to content

Commit

Permalink
build(deps): Bump nixbuild/nix-quick-install-action from 29 to 30
Browse files Browse the repository at this point in the history
Bumps [nixbuild/nix-quick-install-action](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent be186c5 commit 4a9f45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: nixbuild/nix-quick-install-action@v30
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flack-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: nixbuild/nix-quick-install-action@v30
- name: Update flake.lock
id: update
uses: DeterminateSystems/update-flake-lock@main
Expand Down

0 comments on commit 4a9f45f

Please sign in to comment.