Skip to content

Commit 50785b7

Browse files
committed
Update for actions/cache.
1 parent 04b61d0 commit 50785b7

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Freeze
4141
run: cabal freeze
4242
- name: Cache
43-
uses: actions/cache@v4.0.2
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.setup-haskell.outputs.cabal-store }}
4646
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}

0 commit comments

Comments
 (0)