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.
2 parents adbe901 + 3cf1590 commit 23111c7Copy full SHA for 23111c7
1 file changed
.github/workflows/haskell-ci.yml
@@ -187,7 +187,7 @@ jobs:
187
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
188
cabal-plan
189
- name: restore cache
190
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
191
with:
192
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
193
path: ~/.cabal/store
@@ -218,7 +218,7 @@ jobs:
218
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
219
- name: save cache
220
if: always()
221
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
222
223
224
0 commit comments