mirror of
https://github.com/eza-community/eza
synced 2024-11-05 16:04:53 +00:00
build(deps): bump DeterminateSystems/nix-installer-action from 4 to 5
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 5. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v5) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3002c85300
commit
3a4769c01b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake.yml
vendored
2
.github/workflows/flake.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@v5 # This action
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v4
|
||||
uses: DeterminateSystems/nix-installer-action@v5
|
||||
- name: Nix Flake Check
|
||||
run: nix flake check --all-systems
|
||||
|
|
Loading…
Reference in a new issue