File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : cachix/install-nix-action@v26
13
+ - uses : cachix/install-nix-action@v31
14
14
with :
15
15
nix_path : nixpkgs=channel:nixos-unstable
16
16
- uses : cachix/cachix-action@v16
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - uses : cachix/install-nix-action@v26
12
+ - uses : cachix/install-nix-action@v31
13
13
with :
14
14
nix_path : nixpkgs=channel:nixos-unstable
15
15
- name : Checking EditorConfig
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
- - uses : cachix/install-nix-action@v26
14
+ - uses : cachix/install-nix-action@v31
15
15
with :
16
16
nix_path : nixpkgs=channel:nixos-unstable
17
17
- uses : cachix/cachix-action@v16
26
26
- uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
- - uses : cachix/install-nix-action@v26
29
+ - uses : cachix/install-nix-action@v31
30
30
with :
31
31
nix_path : nixpkgs=channel:nixos-unstable
32
32
- uses : cachix/cachix-action@v16
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - uses : cachix/install-nix-action@v26
11
+ - uses : cachix/install-nix-action@v31
12
12
- name : Vale
13
13
run : nix-shell --run "vale maintainers source"
You can’t perform that action at this time.
0 commit comments