@@ -14,17 +14,17 @@ jobs:
14
14
fail-fast : false
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : actions/cache@v3.3.1
17
+ - uses : actions/cache@v4.2.3
18
18
name : Cache ~/.cabal/packages
19
19
with :
20
20
path : ~/.cabal/packages
21
21
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
22
- - uses : actions/cache@v3.3.1
22
+ - uses : actions/cache@v4.2.3
23
23
name : Cache ~/.cabal/store
24
24
with :
25
25
path : ~/.cabal/store
26
26
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
27
- - uses : actions/cache@v3.3.1
27
+ - uses : actions/cache@v4.2.3
28
28
name : Cache dist-newstyle
29
29
with :
30
30
path : dist-newstyle
52
52
fail-fast : false
53
53
steps :
54
54
- uses : actions/checkout@v4
55
- - uses : actions/cache@v3.3.1
55
+ - uses : actions/cache@v4.2.3
56
56
name : Cache ~/.stack
57
57
with :
58
58
path : ~/.stack
80
80
fail-fast : false
81
81
steps :
82
82
- uses : actions/checkout@v4
83
- - uses : actions/cache@v3.3.1
83
+ - uses : actions/cache@v4.2.3
84
84
name : Cache ~/.stack
85
85
with :
86
86
path : ~/.stack
@@ -108,17 +108,17 @@ jobs:
108
108
fail-fast : false
109
109
steps :
110
110
- uses : actions/checkout@v4
111
- - uses : actions/cache@v3.3.1
111
+ - uses : actions/cache@v4.2.3
112
112
name : Cache ~/.cabal/packages
113
113
with :
114
114
path : ~/.cabal/packages
115
115
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
116
- - uses : actions/cache@v3.3.1
116
+ - uses : actions/cache@v4.2.3
117
117
name : Cache ~/.cabal/store
118
118
with :
119
119
path : ~/.cabal/store
120
120
key : ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
121
- - uses : actions/cache@v3.3.1
121
+ - uses : actions/cache@v4.2.3
122
122
name : Cache dist-newstyle
123
123
with :
124
124
path : dist-newstyle
0 commit comments