File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : DeterminateSystems/nix-installer-action@v18
39
+ - uses : DeterminateSystems/nix-installer-action@v19
40
40
- name : Build
41
41
run : nix build .#attiny85
42
42
- name : Upload firmware
Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - uses : DeterminateSystems/nix-installer-action@v18
41
+ - uses : DeterminateSystems/nix-installer-action@v19
42
42
- name : Build
43
43
run : nix build .#pico
44
44
- name : Generate UF2
Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - uses : DeterminateSystems/nix-installer-action@v18
41
+ - uses : DeterminateSystems/nix-installer-action@v19
42
42
- name : Build
43
43
run : nix build .#qt-py-ch32v203
44
44
- name : Upload firmware
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : DeterminateSystems/nix-installer-action@v18
18
+ - uses : DeterminateSystems/nix-installer-action@v19
19
19
- name : Update ATtiny85 Cargo lock file
20
20
run : nix develop .#attiny85 --command 'cd boards/attiny85 && cargo update'
21
21
- name : Update Pico Cargo lock file
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - uses : DeterminateSystems/nix-installer-action@v18
37
+ - uses : DeterminateSystems/nix-installer-action@v19
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
- - uses : DeterminateSystems/nix-installer-action@v18
17
+ - uses : DeterminateSystems/nix-installer-action@v19
18
18
- uses : DeterminateSystems/update-flake-lock@v27
19
19
with :
20
20
pr-assignees : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- uses : actions/checkout@v4
38
- - uses : DeterminateSystems/nix-installer-action@v18
38
+ - uses : DeterminateSystems/nix-installer-action@v19
39
39
- name : Run treefmt
40
40
run : nix develop --command treefmt --ci
41
41
- uses : reviewdog/action-suggester@v1
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : DeterminateSystems/nix-installer-action@v18
17
+ - uses : DeterminateSystems/nix-installer-action@v19
18
18
- name : Update nix-direnv to the latest version
19
19
run : nix run .#update-nix-direnv
20
20
- name : Create Pull Request
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : DeterminateSystems/nix-installer-action@v18
17
+ - uses : DeterminateSystems/nix-installer-action@v19
18
18
- name : Update the NixOS release in flake.nix to the latest
19
19
run : |
20
20
nix run .#update-nixos-release
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v4
27
- - uses : DeterminateSystems/nix-installer-action@v18
27
+ - uses : DeterminateSystems/nix-installer-action@v19
28
28
- name : Check YAML files
29
29
run : nix develop --command yamllint --format github .
You can’t perform that action at this time.
0 commit comments