@@ -13,17 +13,17 @@ jobs:
13
13
ghc : ['8.6', '8.8', '8.10']
14
14
steps :
15
15
- uses : actions/checkout@v1
16
- - uses : actions/cache@v1
16
+ - uses : actions/cache@v2
17
17
name : Cache ~/.cabal/packages
18
18
with :
19
19
path : ~/.cabal/packages
20
20
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
21
- - uses : actions/cache@v1
21
+ - uses : actions/cache@v2
22
22
name : Cache ~/.cabal/store
23
23
with :
24
24
path : ~/.cabal/store
25
25
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
26
- - uses : actions/cache@v1
26
+ - uses : actions/cache@v2
27
27
name : Cache dist-newstyle
28
28
with :
29
29
path : dist-newstyle
@@ -50,12 +50,12 @@ jobs:
50
50
stack-yaml : ['stack.yaml', 'stack-8.6.yaml', 'stack-8.10.1.yaml']
51
51
steps :
52
52
- uses : actions/checkout@v1
53
- - uses : actions/cache@v1
53
+ - uses : actions/cache@v2
54
54
name : Cache ~/.stack
55
55
with :
56
56
path : ~/.stack
57
57
key : ${{ runner.os }}-${{ matrix.stack-yaml }}-stack-home
58
- - uses : actions/cache@v1
58
+ - uses : actions/cache@v2
59
59
name : Cache .stack-work
60
60
with :
61
61
path : .stack-work
@@ -82,12 +82,12 @@ jobs:
82
82
stack-yaml : ['stack.yaml', 'stack-8.10.1.yaml']
83
83
steps :
84
84
- uses : actions/checkout@v1
85
- - uses : actions/cache@v1
85
+ - uses : actions/cache@v2
86
86
name : Cache ~/.stack
87
87
with :
88
88
path : ~/.stack
89
89
key : ${{ runner.os }}-${{ matrix.stack-yaml }}-stack-home
90
- - uses : actions/cache@v1
90
+ - uses : actions/cache@v2
91
91
name : Cache .stack-work
92
92
with :
93
93
path : .stack-work
@@ -114,17 +114,17 @@ jobs:
114
114
ghc : ['8.10']
115
115
steps :
116
116
- uses : actions/checkout@v1
117
- - uses : actions/cache@v1
117
+ - uses : actions/cache@v2
118
118
name : Cache ~/.cabal/packages
119
119
with :
120
120
path : ~/.cabal/packages
121
121
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
122
- - uses : actions/cache@v1
122
+ - uses : actions/cache@v2
123
123
name : Cache ~/.cabal/store
124
124
with :
125
125
path : ~/.cabal/store
126
126
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
127
- - uses : actions/cache@v1
127
+ - uses : actions/cache@v2
128
128
name : Cache dist-newstyle
129
129
with :
130
130
path : dist-newstyle
0 commit comments