File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 id : cabal-store
4040 run : echo "path=$(cabal path --store-dir)" >> "$GITHUB_OUTPUT"
4141 - name : Restore cache
42- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
42+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4343 with :
4444 path : ${{ steps.cabal-store.outputs.path }}
4545 key : ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal') }}
5555 - name : Build dependencies
5656 run : cabal build all --only-dependencies
5757 - name : Save cache
58- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
58+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5959 with :
6060 path : ${{ steps.cabal-store.outputs.path }}
6161 key : ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal') }}
You can’t perform that action at this time.
0 commit comments