Skip to content

Commit 9e71ed6

Browse files
committed
fix: CI cache action version
1 parent 887a306 commit 9e71ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Freeze
4646
run: cabal freeze
4747
- name: Cache
48-
uses: actions/cache@v4.0.2
48+
uses: actions/cache@v4
4949
with:
5050
path: ${{ steps.setup-haskell.outputs.cabal-store }}
5151
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}

0 commit comments

Comments
 (0)