Skip to content

Commit

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

Bump actions/cache from 3.3.2 to 4.0.1
  • Loading branch information
charukiewicz committed Mar 5, 2024
2 parents 404112e + b74f8e2 commit 8a1987a
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@v3.3.2
- uses: actions/cache@v4.0.1
name: Cache cabal output
with:
path: |
Expand Down

0 comments on commit 8a1987a

Please sign in to comment.