Skip to content

Commit

Permalink
Merge pull request #8 from http4k/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.1.2

Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
daviddenton authored Nov 1, 2024
2 parents 86c7f25 + d51006d commit 0164394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Cache Gradle packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 0164394

Please sign in to comment.