File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : " ${{ matrix.os }}"
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : cachix/install-nix-action@V28
19
+ - uses : cachix/install-nix-action@v29
20
20
- uses : cachix/cachix-action@v15
21
21
with :
22
22
name : dschrempf-nix-script
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v4
34
- - uses : cachix/install-nix-action@V28
34
+ - uses : cachix/install-nix-action@v29
35
35
- uses : cachix/cachix-action@v15
36
36
with :
37
37
name : nix-script
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
with :
15
15
ref : main
16
- - uses : cachix/install-nix-action@V28
16
+ - uses : cachix/install-nix-action@v29
17
17
- run : nix flake update
18
18
- name : Create PR
19
19
env :
You can’t perform that action at this time.
0 commit comments