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 @@ -122,7 +122,7 @@ jobs:
122
122
- name : " Install Nix ❄️"
123
123
uses : " DeterminateSystems/nix-installer-action@v16"
124
124
- name : " Enable Magic Nix Cache 🪄"
125
- uses : " DeterminateSystems/magic-nix-cache-action@v7 "
125
+ uses : " DeterminateSystems/magic-nix-cache-action@v9 "
126
126
- name : " Build with Nix ❄️"
127
127
run : |
128
128
nix build .#quickgui
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0
19
19
- uses : DeterminateSystems/nix-installer-action@v16
20
- - uses : DeterminateSystems/magic-nix-cache-action@v7
20
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
21
21
- uses : DeterminateSystems/flake-checker-action@v9
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- uses : DeterminateSystems/nix-installer-action@v16
17
- - uses : DeterminateSystems/magic-nix-cache-action@v7
17
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
18
18
- uses : DeterminateSystems/update-flake-lock@v24
19
19
with :
20
20
pr-title : " chore: update flake.lock"
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
ref : " ${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
106
106
- uses : " DeterminateSystems/nix-installer-action@v16"
107
- - uses : " DeterminateSystems/magic-nix-cache-action@v7 "
107
+ - uses : " DeterminateSystems/magic-nix-cache-action@v9 "
108
108
- uses : " DeterminateSystems/flakehub-push@v5"
109
109
with :
110
110
visibility : " public"
You can’t perform that action at this time.
0 commit comments