File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- uses : DeterminateSystems/nix-installer-action@v16
15
- - uses : DeterminateSystems/magic-nix-cache-action@v8
15
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
16
16
17
17
- name : Check nix file formatting ❄️
18
18
run : ' nix fmt . -- --check'
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- uses : DeterminateSystems/nix-installer-action@v16
19
- - uses : DeterminateSystems/magic-nix-cache-action@v8
19
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
20
20
21
21
- run : |
22
22
nix build . -L
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- uses : DeterminateSystems/nix-installer-action@v16
15
- - uses : DeterminateSystems/magic-nix-cache-action@v8
15
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
16
16
17
17
- run : |
18
18
nix run .#fmt-as-json
You can’t perform that action at this time.
0 commit comments