File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
- ' lts'
18
18
- ' nightly'
19
19
20
- runs-on : ubuntu-22.04
20
+ runs-on : ubuntu-latest
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Cache stack dir
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
env :
28
28
cache-name : cache-stack-dir
29
29
with :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: [push]
4
4
5
5
jobs :
6
6
cabal :
7
- runs-on : ubuntu-22.04
7
+ runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Cache Cabal dir
11
- uses : actions/cache@v3
11
+ uses : actions/cache@v4
12
12
with :
13
13
path : ~/.cabal
14
14
key : ${{ runner.os }}-cabal-${{ hashFiles('*.cabal') }}
20
20
- run : PATH=$HOME/.cabal/bin:$PATH cabal repl --with-ghc=doctest --ghc-options="-XQuasiQuotes -XOverloadedStrings"
21
21
22
22
stackage :
23
- runs-on : ubuntu-22.04
23
+ runs-on : ubuntu-latest
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
@@ -37,11 +37,12 @@ jobs:
37
37
- ' lts-19'
38
38
- ' lts-20'
39
39
- ' lts-21'
40
+ - ' lts-22'
40
41
41
42
steps :
42
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
43
44
- name : Cache stack dir
44
- uses : actions/cache@v3
45
+ uses : actions/cache@v4
45
46
with :
46
47
path : ~/.stack
47
48
key : ${{ runner.os }}-stack-${{ matrix.resolver }}-${{ hashFiles('*.cabal') }}
You can’t perform that action at this time.
0 commit comments