File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
release-type : node
14
14
- uses : actions/checkout@v4
15
15
if : ${{ steps.release.outputs.release_created }}
16
- - uses : cachix/install-nix-action@v30
16
+ - uses : cachix/install-nix-action@v31
17
17
if : ${{ steps.release.outputs.release_created }}
18
18
with :
19
19
extra_nix_config : |
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v4
9
- - uses : cachix/install-nix-action@v30
9
+ - uses : cachix/install-nix-action@v31
10
10
with :
11
11
extra_nix_config : |
12
12
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11
11
- name : Checkout repository
12
12
uses : actions/checkout@v4
13
13
- name : Install Nix
14
- uses : cachix/install-nix-action@v30
14
+ uses : cachix/install-nix-action@v31
15
15
with :
16
16
extra_nix_config : |
17
17
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments