File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
25
25
26
26
- name : Set up magic Nix cache
27
- uses : DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
27
+ uses : DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
28
28
29
29
- name : Shell name
30
30
id : shell
60
60
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
61
61
62
62
- name : Set up magic Nix cache
63
- uses : DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
63
+ uses : DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
64
64
65
65
- name : Prepare Nix shell
66
66
run : nix develop --impure .#ci
89
89
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
90
90
91
91
- name : Set up magic Nix cache
92
- uses : DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
92
+ uses : DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
93
93
94
94
- name : Lint
95
95
run : nix develop --impure .#ci -c golangci-lint run --out-format github-actions
@@ -109,7 +109,7 @@ jobs:
109
109
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
110
110
111
111
- name : Set up magic Nix cache
112
- uses : DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
112
+ uses : DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
113
113
114
114
- name : Check
115
115
run : nix flake check --impure
You can’t perform that action at this time.
0 commit comments