File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 21
21
name : Testing create-message-template.hs
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
25
- - uses : haskell/ actions/setup@v2
24
+ - uses : actions/checkout@v4
25
+ - uses : haskell- actions/setup@v2
26
26
- run : test/create-message-template/test.sh
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
20
20
steps :
21
21
- name : Check out repo
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Install Haskell Toolchain
25
- uses : haskell/ actions/setup@v2
25
+ uses : haskell- actions/setup@v2
26
26
with :
27
27
ghc-version : ${{ matrix.ghc }}
28
28
cabal-version : ${{ matrix.cabal }}
35
35
# cabal build --dry-run creates dist-newstyle/cache/plan.json
36
36
# Keep a watch on this `cabal-3.9 build --dry-run` bug:
37
37
# https://github.com/haskell/cabal/issues/8706
38
-
38
+
39
39
- name : Read the Cabal cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : |
43
43
~/.cabal/store
Original file line number Diff line number Diff line change 15
15
name : Fend
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@master
18
+ - uses : actions/checkout@v4
19
19
- uses : njgibbon/fend@main
Original file line number Diff line number Diff line change 22
22
# Needed to upload results to GitHub code scanning.
23
23
security-events : write
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Check site.hs with hlint
27
27
uses : haskell-actions/hlint-scan@v1
28
28
with :
Original file line number Diff line number Diff line change 21
21
name : Ormolu
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Check if site.hs is formatted using ormolu
26
26
uses : mrkkrp/ormolu-action@v11
27
27
with :
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
matrix :
14
14
ghc : ["9.2.5"]
15
15
cabal : ["3.10.1"]
16
-
16
+
17
17
defaults :
18
18
run :
19
19
working-directory : message-index
20
20
21
21
steps :
22
22
- name : Check out repo
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Install Haskell Toolchain
26
- uses : haskell/ actions/setup@v2
26
+ uses : haskell- actions/setup@v2
27
27
with :
28
28
ghc-version : ${{ matrix.ghc }}
29
29
cabal-version : ${{ matrix.cabal }}
35
35
# cabal build --dry-run creates dist-newstyle/cache/plan.json
36
36
# Keep a watch on this `cabal-3.9 build --dry-run` bug:
37
37
# https://github.com/haskell/cabal/issues/8706
38
-
38
+
39
39
- name : Read the Cabal cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : |
43
43
~/.cabal/store
Original file line number Diff line number Diff line change 23
23
name : Stack CI
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : freckle/stack-action@v4
28
28
with :
29
29
working-directory : message-index
You can’t perform that action at this time.
0 commit comments