Skip to content

Commit

Permalink
Merge pull request #16 from ErrorNoInternet/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/DeterminateSystems/nix-installer-action-16
  • Loading branch information
ErrorNoInternet authored Nov 15, 2024
2 parents 3ff8167 + 040c3e5 commit 00edec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt install -y qemu-user-static
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
log-lines = 500
Expand Down

0 comments on commit 00edec0

Please sign in to comment.