Skip to content

Commit 851bfc4

Browse files
authored
Merge pull request #56 from jwillikers/dependabot/github_actions/DeterminateSystems/nix-installer-action-19
Bump DeterminateSystems/nix-installer-action from 18 to 19
2 parents c07ec51 + ad488b9 commit 851bfc4

10 files changed

+10
-10
lines changed

.github/workflows/build-attiny85.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: DeterminateSystems/nix-installer-action@v18
39+
- uses: DeterminateSystems/nix-installer-action@v19
4040
- name: Build
4141
run: nix build .#attiny85
4242
- name: Upload firmware

.github/workflows/build-pico.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: DeterminateSystems/nix-installer-action@v18
41+
- uses: DeterminateSystems/nix-installer-action@v19
4242
- name: Build
4343
run: nix build .#pico
4444
- name: Generate UF2

.github/workflows/build-qt-py-ch32v203.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: DeterminateSystems/nix-installer-action@v18
41+
- uses: DeterminateSystems/nix-installer-action@v19
4242
- name: Build
4343
run: nix build .#qt-py-ch32v203
4444
- name: Upload firmware

.github/workflows/cargo-lock-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: DeterminateSystems/nix-installer-action@v18
18+
- uses: DeterminateSystems/nix-installer-action@v19
1919
- name: Update ATtiny85 Cargo lock file
2020
run: nix develop .#attiny85 --command 'cd boards/attiny85 && cargo update'
2121
- name: Update Pico Cargo lock file

.github/workflows/clippy-attiny85.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: DeterminateSystems/nix-installer-action@v18
37+
- uses: DeterminateSystems/nix-installer-action@v19

.github/workflows/flake-lock-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: DeterminateSystems/nix-installer-action@v18
17+
- uses: DeterminateSystems/nix-installer-action@v19
1818
- uses: DeterminateSystems/update-flake-lock@v27
1919
with:
2020
pr-assignees: ${{ github.repository_owner }}

.github/workflows/treefmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: DeterminateSystems/nix-installer-action@v18
38+
- uses: DeterminateSystems/nix-installer-action@v19
3939
- name: Run treefmt
4040
run: nix develop --command treefmt --ci
4141
- uses: reviewdog/action-suggester@v1

.github/workflows/update-nix-direnv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: DeterminateSystems/nix-installer-action@v18
17+
- uses: DeterminateSystems/nix-installer-action@v19
1818
- name: Update nix-direnv to the latest version
1919
run: nix run .#update-nix-direnv
2020
- name: Create Pull Request

.github/workflows/update-nixos-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: DeterminateSystems/nix-installer-action@v18
17+
- uses: DeterminateSystems/nix-installer-action@v19
1818
- name: Update the NixOS release in flake.nix to the latest
1919
run: |
2020
nix run .#update-nixos-release

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: DeterminateSystems/nix-installer-action@v18
27+
- uses: DeterminateSystems/nix-installer-action@v19
2828
- name: Check YAML files
2929
run: nix develop --command yamllint --format github .

0 commit comments

Comments
 (0)