Commit d4057d4 1 parent c1c48a5 commit d4057d4 Copy full SHA for d4057d4
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
TEST_POSTGRESQL : 1
34
34
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
38
38
- uses : actions/cache@v3
39
39
with :
47
47
# upload coverage data
48
48
- name : Generate coverage data
49
49
run : stack install hpc-lcov && hpc-lcov
50
- - uses : codecov/codecov-action@v2
50
+ - uses : codecov/codecov-action@v3
51
51
with :
52
52
files : lcov.info
53
53
if : ${{ matrix.latest }}
58
58
HLINT_VERSION : ' 3.5'
59
59
FOURMOLU_VERSION : ' 0.8.2.0'
60
60
steps :
61
- - uses : actions/checkout@v2
61
+ - uses : actions/checkout@v3
62
62
63
63
- name : Install hlint
64
64
run : |
81
81
check_sdist :
82
82
runs-on : ubuntu-latest
83
83
steps :
84
- - uses : actions/checkout@v2
84
+ - uses : actions/checkout@v3
85
85
- uses : actions/cache@v3
86
86
with :
87
87
path : ~/.stack
96
96
check_codegen :
97
97
runs-on : ubuntu-latest
98
98
steps :
99
- - uses : actions/checkout@v2
99
+ - uses : actions/checkout@v3
100
100
- uses : actions/cache@v3
101
101
with :
102
102
path : ~/.stack
You can’t perform that action at this time.
0 commit comments