Skip to content

Commit

Permalink
Merge pull request #166 from MinimallyCorrect/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
LunNova authored Sep 7, 2024
2 parents ae61622 + bac1d95 commit 4f139c4
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 @@ -23,7 +23,7 @@ jobs:
jdk: [11, 15]
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 4f139c4

Please sign in to comment.