File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
cabal freeze
42
42
43
43
- name : Cache
44
- uses : actions/cache@v4.0.0
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : |
47
47
${{ steps.setup-haskell.outputs.cabal-store }}
83
83
(cd servant-quickcheck && eval $DOCTEST)
84
84
85
85
- name : Save cache
86
- uses : actions/cache/save@v3
86
+ uses : actions/cache/save@v4
87
87
if : always()
88
88
with :
89
89
path : |
@@ -111,7 +111,7 @@ jobs:
111
111
cat cabal.project
112
112
nix-shell ghcjs.nix --run "cabal v2-update && cabal v2-freeze"
113
113
- name : Cache
114
- uses : actions/cache@v4.0.0
114
+ uses : actions/cache@v4
115
115
with :
116
116
path : |
117
117
~/.cabal/store
@@ -128,7 +128,7 @@ jobs:
128
128
nix-shell ghcjs.nix --run ".github/run-ghcjs-tests.sh"
129
129
130
130
- name : Save cache
131
- uses : actions/cache/save@v3
131
+ uses : actions/cache/save@v4
132
132
if : always()
133
133
with :
134
134
path : |
You can’t perform that action at this time.
0 commit comments