Skip to content

Commit

Permalink
chore(deps): bump nixbuild/nix-quick-install-action from 28 to 29
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 28 to 29.
- [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@v28...v29)

---
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 Nov 11, 2024
1 parent 09137d2 commit 1e255c3
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 @@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: nixbuild/nix-quick-install-action@v28
uses: nixbuild/nix-quick-install-action@v29

- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: nixbuild/nix-quick-install-action@v28
uses: nixbuild/nix-quick-install-action@v29

- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
Expand Down

0 comments on commit 1e255c3

Please sign in to comment.