File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
- name : " Checkout 🥡"
121
121
uses : " actions/checkout@v4"
122
122
- name : " Install Nix ❄️"
123
- uses : " DeterminateSystems/nix-installer-action@v13 "
123
+ uses : " DeterminateSystems/nix-installer-action@v16 "
124
124
- name : " Enable Magic Nix Cache 🪄"
125
125
uses : " DeterminateSystems/magic-nix-cache-action@v7"
126
126
- name : " Build with Nix ❄️"
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : DeterminateSystems/nix-installer-action@v13
19
+ - uses : DeterminateSystems/nix-installer-action@v16
20
20
- uses : DeterminateSystems/magic-nix-cache-action@v7
21
21
- uses : DeterminateSystems/flake-checker-action@v9
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
- - uses : DeterminateSystems/nix-installer-action@v13
16
+ - uses : DeterminateSystems/nix-installer-action@v16
17
17
- uses : DeterminateSystems/magic-nix-cache-action@v7
18
18
- uses : DeterminateSystems/update-flake-lock@v24
19
19
with :
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- uses : " actions/checkout@v4"
104
104
with :
105
105
ref : " ${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
106
- - uses : " DeterminateSystems/nix-installer-action@v13 "
106
+ - uses : " DeterminateSystems/nix-installer-action@v16 "
107
107
- uses : " DeterminateSystems/magic-nix-cache-action@v7"
108
108
- uses : " DeterminateSystems/flakehub-push@v5"
109
109
with :
You can’t perform that action at this time.
0 commit comments