File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed 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@v30
12
- - uses : cachix/cachix-action@v15
11
+ - uses : cachix/install-nix-action@v31
12
+ - uses : cachix/cachix-action@v16
13
13
with :
14
14
name : deadnix
15
15
- uses : astro/deadnix-action@main
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : cachix/install-nix-action@v30
14
+ - uses : cachix/install-nix-action@v31
15
15
- name : Create production theme
16
16
run : |
17
17
echo >> doc/book.toml
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : cachix/install-nix-action@v30
17
- - uses : cachix/cachix-action@v15
16
+ - uses : cachix/install-nix-action@v31
17
+ - uses : cachix/cachix-action@v16
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : cachix/install-nix-action@v30
17
- - uses : cachix/cachix-action@v15
16
+ - uses : cachix/install-nix-action@v31
17
+ - uses : cachix/cachix-action@v16
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : cachix/install-nix-action@v30
17
- - uses : cachix/cachix-action@v15
16
+ - uses : cachix/install-nix-action@v31
17
+ - uses : cachix/cachix-action@v16
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@v4
9
9
# Executes "typos ."
10
- - uses : crate-ci/typos@v1.28.1
10
+ - uses : crate-ci/typos@v1
You can’t perform that action at this time.
0 commit comments