File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
cabal build --dry-run
55
55
56
56
- name : Restore cached dependencies
57
- uses : actions/cache/restore@v3
57
+ uses : actions/cache/restore@v4
58
58
id : cache
59
59
env :
60
60
key : ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
67
67
run : cabal build all --only-dependencies
68
68
69
69
- name : Save cached dependencies
70
- uses : actions/cache/save@v3
70
+ uses : actions/cache/save@v4
71
71
if : ${{ steps.cache.outputs.cache-primary-key != steps.cache.outputs.cache-matched-key }}
72
72
with :
73
73
path : ${{ steps.setup.outputs.cabal-store }}
93
93
include :
94
94
# GHC version must match https://www.stackage.org/nightly
95
95
- stack : " latest"
96
- ghc : " 9.6 "
96
+ ghc : " 9.8 "
97
97
98
98
steps :
99
99
- uses : nikeee/setup-pandoc@v1
@@ -116,7 +116,7 @@ jobs:
116
116
stack config set system-ghc true --global
117
117
stack config set resolver nightly
118
118
119
- - uses : actions/cache@v3
119
+ - uses : actions/cache@v4
120
120
name : Cache
121
121
with :
122
122
path : |
You can’t perform that action at this time.
0 commit comments