File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Setup Nix cache
37
37
if : ${{ matrix.use-nix }}
38
- uses : DeterminateSystems/magic-nix-cache-action@v9
38
+ uses : DeterminateSystems/magic-nix-cache-action@v13
39
39
40
40
- name : Build
41
41
if : ${{ !matrix.use-nix }}
58
58
uses : DeterminateSystems/nix-installer-action@v19
59
59
60
60
- name : Setup Nix cache
61
- uses : DeterminateSystems/magic-nix-cache-action@v9
61
+ uses : DeterminateSystems/magic-nix-cache-action@v13
62
62
63
63
- name : Run checks
64
64
run : |
Original file line number Diff line number Diff line change 31
31
uses : DeterminateSystems/nix-installer-action@v19
32
32
33
33
- name : Setup Nix cache
34
- uses : DeterminateSystems/magic-nix-cache-action@v9
34
+ uses : DeterminateSystems/magic-nix-cache-action@v13
35
35
36
36
- name : Generate sarif report
37
37
id : clippy-run
Original file line number Diff line number Diff line change 25
25
uses : DeterminateSystems/nix-installer-action@v19
26
26
27
27
- name : Setup Nix cache
28
- uses : DeterminateSystems/magic-nix-cache-action@v9
28
+ uses : DeterminateSystems/magic-nix-cache-action@v13
29
29
30
30
- name : Build Docker image
31
31
id : build
You can’t perform that action at this time.
0 commit comments