File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
name : Deadnix
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : cachix/install-nix-action@v20
12
- - uses : cachix/cachix-action@v12
10
+ - uses : actions/checkout@v4
11
+ - uses : cachix/install-nix-action@v25
12
+ - uses : cachix/cachix-action@v14
13
13
with :
14
14
name : deadnix
15
15
- uses : astro/deadnix-action@main
Original file line number Diff line number Diff line change 10
10
name : build and deploy doc
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : cachix/install-nix-action@v20
13
+ - uses : actions/checkout@v4
14
+ - uses : cachix/install-nix-action@v25
15
15
- name : Build
16
16
run : nix build .#doc
17
17
- name : Deploy
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : cachix/install-nix-action@v20
17
- - uses : cachix/cachix-action@v12
15
+ - uses : actions/checkout@v4
16
+ - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/cachix-action@v14
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : cachix/install-nix-action@v20
17
- - uses : cachix/cachix-action@v12
15
+ - uses : actions/checkout@v4
16
+ - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/cachix-action@v14
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : cachix/install-nix-action@v20
17
- - uses : cachix/cachix-action@v12
15
+ - uses : actions/checkout@v4
16
+ - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/cachix-action@v14
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : cachix/install-nix-action@v20
17
- - uses : cachix/cachix-action@v12
15
+ - uses : actions/checkout@v4
16
+ - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/cachix-action@v14
18
18
with :
19
19
name : microvm
20
20
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
You can’t perform that action at this time.
0 commit comments