Skip to content

Commit f657998

Browse files
committed
Update cache action
1 parent b6c4ec2 commit f657998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ghc-version: "${{ matrix.ghc }}"
3838
cabal-version: "latest"
3939
- name: Cache
40-
uses: actions/cache@v3.3.2
40+
uses: actions/cache@v4
4141
with:
4242
path: ${{ steps.setup-haskell.outputs.cabal-store }}
4343
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}

0 commit comments

Comments
 (0)