Skip to content

Commit 23c1730

Browse files
committed
Update the cache action in the github workflow
1 parent 942e93c commit 23c1730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- uses: actions/checkout@v2
252252

253-
- uses: actions/cache@v1
253+
- uses: actions/cache@v4
254254
name: Cache common directories
255255
with:
256256
path: |

.github/workflows/packdiff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./ghcup set ghc $GHCVER
2020
cabal update
2121
22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v4
2323
name: Cache ~/.cabal
2424
with:
2525
path: |

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
./ghcup set ghc $GHCVER
7575
cabal update
7676
77-
- uses: actions/cache@v2
77+
- uses: actions/cache@v4
7878
name: Cache ~/.cabal
7979
with:
8080
path: |

0 commit comments

Comments
 (0)