Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit eb5a0d1

Browse files
authored
Merge pull request #80 from NotAShelf/dependabot/github_actions/DeterminateSystems/nix-installer-action-13
build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
2 parents 7b1c7ef + c109b7c commit eb5a0d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: "${{ secrets.GITHUB_TOKEN }}"
2424

2525
- name: "Install Lix"
26-
uses: DeterminateSystems/nix-installer-action@v12
26+
uses: DeterminateSystems/nix-installer-action@v13
2727
with:
2828
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
2929
diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you

.github/workflows/npins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: "${{ secrets.GITHUB_TOKEN }}"
1818

1919
- name: "Install Lix"
20-
uses: DeterminateSystems/nix-installer-action@v12
20+
uses: DeterminateSystems/nix-installer-action@v13
2121
with:
2222
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
2323
diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you

.github/workflows/prelude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
platforms: arm64
4242

4343
- name: "Install Lix"
44-
uses: DeterminateSystems/nix-installer-action@v12
44+
uses: DeterminateSystems/nix-installer-action@v13
4545
with:
4646
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
4747
diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you

0 commit comments

Comments
 (0)