Skip to content

Commit

Permalink
actions: bump DeterminateSystems/nix-installer-action from 9 to 10
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 10.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v9...v10)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and getchoo committed Mar 21, 2024
1 parent 86d51c2 commit 6493e74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- name: Install Nix
if: matrix.system != 'aarch64-linux'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Install Nix (with aarch64)
if: matrix.system == 'aarch64-linux'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
with:
extra-conf: "extra-platforms = aarch64-linux arm-linux"

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Run check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Push to Flakehub
uses: DeterminateSystems/flakehub-push@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Update lockfile & make PR
uses: DeterminateSystems/update-flake-lock@v21
Expand Down

0 comments on commit 6493e74

Please sign in to comment.