Skip to content

Commit

Permalink
Merge pull request #2 from 0rphee/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4
  • Loading branch information
0rphee authored Jul 15, 2024
2 parents 9779aed + 8141ce0 commit 78aa7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# CACHING
- name: Cache ~/.cabal/store
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down

0 comments on commit 78aa7f1

Please sign in to comment.