Skip to content

Commit 7bc9390

Browse files
authored
Merge pull request #12 from haskell-effectful/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 4.2.0 to 5.0.3
2 parents bfbf4a0 + 765f984 commit 7bc9390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: cabal freeze
4343

4444
- name: Cache
45-
uses: actions/cache@v4.2.0
45+
uses: actions/cache@v5.0.3
4646
with:
4747
path: ${{ steps.setup-haskell.outputs.cabal-store }}
4848
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}

0 commit comments

Comments
 (0)