Skip to content

Commit 04b61d0

Browse files
authored
Merge pull request #158 from haskell/dependabot/github_actions/actions/cache-4.0.2
Bump actions/cache from 4.0.1 to 4.0.2
2 parents 48a640c + bc02683 commit 04b61d0

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.1
43+
uses: actions/cache@v4.0.2
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)