Skip to content

Commit b411f87

Browse files
committed
update CI definition
1 parent 9ce14a7 commit b411f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# The last step generates dist-newstyle/cache/plan.json for the cache key.
2424

2525
- name: Restore cached dependencies
26-
uses: actions/cache/restore@v3
26+
uses: actions/cache/restore@v4
2727
id: cache
2828
env:
2929
key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Cache dependencies already here, so that we do not have to rebuild them should the subsequent steps fail.
4141
- name: Save cached dependencies
42-
uses: actions/cache/save@v3
42+
uses: actions/cache/save@v4
4343
# If we had an exact cache hit, trying to save the cache would error because of key clash.
4444
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
4545
with:

0 commit comments

Comments
 (0)