mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 16 to 17. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v17) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
40e0315924
commit
a420c8db1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
|
@ -179,7 +179,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v16
|
||||
uses: DeterminateSystems/nix-installer-action@v17
|
||||
- name: Nix Flake Check
|
||||
run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L
|
||||
flake-build:
|
||||
|
@ -193,6 +193,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v16
|
||||
uses: DeterminateSystems/nix-installer-action@v17
|
||||
- name: Nix Build
|
||||
run: nix build .#packages.${{ matrix.target }}.default -L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue