Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 7 to 10 (
Browse files Browse the repository at this point in the history
#1)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uncenter <[email protected]>
  • Loading branch information
dependabot[bot] and uncenter authored Apr 12, 2024
1 parent 4816af0 commit 63f60de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@v7
uses: DeterminateSystems/nix-installer-action@v10

- name: Build
run: nix build -L --show-trace .#${{ matrix.path }}
2 changes: 1 addition & 1 deletion .github/workflows/check-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@v7
uses: DeterminateSystems/nix-installer-action@v10

- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@v5
Expand Down

0 comments on commit 63f60de

Please sign in to comment.