25
25
ghc-version : ${{ matrix.ghc }}
26
26
cabal-version : ${{ matrix.cabal }}
27
27
28
- - uses : actions/cache@v2
28
+ - uses : actions/cache@v3.0.1
29
29
name : Cache ~/.cabal/store
30
30
with :
31
31
path : ~/.cabal/store
51
51
ghc-version : ${{ matrix.ghc }}
52
52
cabal-version : ${{ matrix.cabal }}
53
53
54
- - uses : actions/cache@v2
54
+ - uses : actions/cache@v3.0.1
55
55
name : Cache ~/.cabal/store
56
56
with :
57
57
path : ~/.cabal/store
86
86
ghc-version : ${{ matrix.ghc }}
87
87
cabal-version : ${{ matrix.cabal }}
88
88
89
- - uses : actions/cache@v2
89
+ - uses : actions/cache@v3.0.1
90
90
name : Cache ~/.cabal/store
91
91
with :
92
92
path : ~/.cabal/store
@@ -121,7 +121,7 @@ jobs:
121
121
ghc-version : ${{ matrix.ghc }}
122
122
cabal-version : ${{ matrix.cabal }}
123
123
124
- - uses : actions/cache@v2
124
+ - uses : actions/cache@v3.0.1
125
125
name : Cache ~/.cabal/store
126
126
with :
127
127
path : ~/.cabal/store
@@ -147,7 +147,7 @@ jobs:
147
147
ghc-version : ${{ matrix.ghc }}
148
148
cabal-version : ${{ matrix.cabal }}
149
149
150
- - uses : actions/cache@v2
150
+ - uses : actions/cache@v3.0.1
151
151
name : Cache ~/.cabal/store
152
152
with :
153
153
path : ~/.cabal/store
0 commit comments