Skip to content

Commit f1c0106

Browse files
committed
workflow update from gha-workflows
1 parent 6aed151 commit f1c0106

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: update cabal index
9797
run: "$CABAL v2-update -v"
9898
- name: "cache (tools)"
99-
uses: "actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684"
99+
uses: "actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830"
100100
with:
101101
key: "${{ runner.os }}-${{ matrix.ghc }}-tools-ac1dc7e1"
102102
path: "~/.haskell-ci-tools"
@@ -115,7 +115,7 @@ jobs:
115115
doctest --version
116116
- if: "always()"
117117
name: "save cache (tools)"
118-
uses: "actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684"
118+
uses: "actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830"
119119
with:
120120
key: "${{ runner.os }}-${{ matrix.ghc }}-tools-ac1dc7e1"
121121
path: "~/.haskell-ci-tools"
@@ -156,7 +156,7 @@ jobs:
156156
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
157157
cabal-plan
158158
- name: restore cache
159-
uses: "actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684"
159+
uses: "actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830"
160160
with:
161161
key: "${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}"
162162
path: "~/.cabal/store"
@@ -191,7 +191,7 @@ jobs:
191191
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
192192
- if: "always()"
193193
name: save cache
194-
uses: "actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684"
194+
uses: "actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830"
195195
with:
196196
key: "${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}"
197197
path: "~/.cabal/store"

0 commit comments

Comments
 (0)