File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
matrix : ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}
30
30
steps :
31
31
- name : Checkout base repo
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
- name : Set up Haskell
35
35
id : setup-haskell
81
81
runs-on : ubuntu-latest
82
82
steps :
83
83
- name : Checkout base repo
84
- uses : actions/checkout@v4
84
+ uses : actions/checkout@v5
85
85
86
86
- name : Install libsodium-dev on ubuntu
87
87
run : |
Original file line number Diff line number Diff line change 11
11
name : Tests on GHC Nightly
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
- uses : haskell/ghcup-setup@v1
17
17
Original file line number Diff line number Diff line change 9
9
fourmolu :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
- uses : haskell-actions/run-fourmolu@v11
15
15
with :
21
21
hlint :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
26
26
- name : ' Set up HLint'
27
27
uses : haskell-actions/hlint-setup@v2
You can’t perform that action at this time.
0 commit comments