Skip to content

Commit 7bffbcc

Browse files
Update actions/cache action to v5
1 parent dd74e58 commit 7bffbcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cabal v2-update
4242
cabal v2-freeze $CONFIG
43-
- uses: actions/cache@v4
43+
- uses: actions/cache@v5
4444
with:
4545
path: |
4646
${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)