File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
updated : ${{ steps.updated.outputs.updated }}
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : cachix/install-nix-action@v27
13
+ - uses : cachix/install-nix-action@v31
14
14
with :
15
15
nix_path : nixpkgs=channel:nixos-unstable
16
16
github_access_token : ${{ secrets.GITHUB_TOKEN }}
38
38
runs-on : macos-latest
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - uses : cachix/install-nix-action@v27
41
+ - uses : cachix/install-nix-action@v31
42
42
with :
43
43
nix_path : nixpkgs=channel:nixos-unstable
44
44
github_access_token : ${{ secrets.GITHUB_TOKEN }}
62
62
63
63
steps :
64
64
- uses : actions/checkout@v4
65
- - uses : cachix/install-nix-action@v27
65
+ - uses : cachix/install-nix-action@v31
66
66
with :
67
67
nix_path : nixpkgs=channel:nixos-unstable
68
68
- run : ./update.sh
You can’t perform that action at this time.
0 commit comments