Skip to content

Commit

Permalink
Merge pull request #18 from leptonyu/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
leptonyu authored Jan 18, 2024
2 parents f785f00 + f52e6dc commit 8f0c0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ghc-version: '8.10.3'
cabal-version: '3.2'
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-cabal
with:
Expand Down

0 comments on commit 8f0c0e0

Please sign in to comment.