Skip to content

Commit

Permalink
Merge pull request #78 from charukiewicz/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.2.0

Bump actions/cache from 4.1.0 to 4.2.0
  • Loading branch information
charukiewicz authored Jan 3, 2025
2 parents 0d3e8e1 + 5920073 commit e2c392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cabal update
- name: Install hspec-discover
run: cabal install hspec-discover
- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.2.0
name: Cache cabal output
with:
path: |
Expand Down

0 comments on commit e2c392f

Please sign in to comment.