File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- uses : actions/checkout@v4
58
58
59
- - uses : actions/cache@v3
59
+ - uses : actions/cache@v4
60
60
name : Cache WASM cabal stuff
61
61
with :
62
62
path : |
@@ -65,13 +65,12 @@ jobs:
65
65
restore-keys : |
66
66
wasi-${{ runner.os }}-${{ matrix.ghc-wasm-meta-rev }}-flavour-${{ matrix.ghc }}
67
67
68
- - uses : actions/cache@v3
69
- name : Cache cabal stuff
68
+ - uses : actions/cache@v4
69
+ name : Cache cabal store
70
70
with :
71
- path : |
72
- ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
73
- dist-newstyle
74
- key : ${{ runner.os }}-${{ matrix.ghc }}
71
+ path : ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
72
+ key : ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
73
+ restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-
75
74
76
75
- name : Build dependencies
77
76
run : |
You can’t perform that action at this time.
0 commit comments