Skip to content

Commit 340f380

Browse files
authored
Use actions/cache@v4 instead of deprecated v4.0.2 (#185)
1 parent c78ca0e commit 340f380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: cabal freeze --project-file=cabal.pkg-config.project
9999

100100
- name: Cache
101-
uses: actions/cache@v4.0.2
101+
uses: actions/cache@v4
102102
with:
103103
path: ${{ steps.setup-haskell.outputs.cabal-store }}
104104
key: ${{ runner.os }}-ghc-${{ steps.setup-haskell.outputs.ghc-version }}-cabal-${{ hashFiles('**/plan.json') }}

0 commit comments

Comments
 (0)