Skip to content

Commit

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

Bump actions/cache from 4.0.2 to 4.1.0
  • Loading branch information
charukiewicz authored Oct 8, 2024
2 parents 2eb5498 + c5093c1 commit 0d3e8e1
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.0.2
- uses: actions/cache@v4.1.0
name: Cache cabal output
with:
path: |
Expand Down

0 comments on commit 0d3e8e1

Please sign in to comment.