We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe13617 commit cf764e1Copy full SHA for cf764e1
.github/workflows/haskell-ci.yml
@@ -191,7 +191,7 @@ jobs:
191
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
192
cabal-plan
193
- name: restore cache
194
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
195
with:
196
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
197
path: ~/.cabal/store
@@ -221,7 +221,7 @@ jobs:
221
rm -f cabal.project.local
222
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
223
- name: save cache
224
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
225
if: always()
226
227
0 commit comments