File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 54
54
# change of the strategy may require changing the bootstrapping/run code
55
55
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
59
59
- run : git fetch origin master # check the master branch for benchmarking
60
60
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-18.04
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
30
30
- name : Set hls release version
31
31
run : |
Original file line number Diff line number Diff line change 95
95
]
96
96
97
97
steps :
98
- - uses : actions/checkout@v2
98
+ - uses : actions/checkout@v3
99
99
100
100
- uses : ./.github/actions/setup-build
101
101
with :
Original file line number Diff line number Diff line change 55
55
]
56
56
57
57
steps :
58
- - uses : actions/checkout@v2
58
+ - uses : actions/checkout@v3
59
59
60
60
- uses : ./.github/actions/setup-build
61
61
with :
Original file line number Diff line number Diff line change 49
49
50
50
steps :
51
51
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v3
53
53
54
54
- uses : ./.github/actions/setup-build
55
55
with :
Original file line number Diff line number Diff line change 10
10
name : " Hlint check run"
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : ' Installing'
16
16
uses : rwe/actions-hlint-setup@v1
Original file line number Diff line number Diff line change 54
54
os : [ubuntu-latest, macOS-latest]
55
55
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
59
59
- uses : cachix/install-nix-action@v16
60
60
with :
88
88
os : [ubuntu-latest, macOS-latest]
89
89
90
90
steps :
91
- - uses : actions/checkout@v2
91
+ - uses : actions/checkout@v3
92
92
93
93
- uses : cachix/install-nix-action@v16
94
94
with :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
ghc : ' 8.8.4'
108
108
109
109
steps :
110
- - uses : actions/checkout@v2
110
+ - uses : actions/checkout@v3
111
111
112
112
- uses : ./.github/actions/setup-build
113
113
with :
You can’t perform that action at this time.
0 commit comments