Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Nov 14, 2024
1 parent c69d0cd commit c2b6d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Place this action step before Gradle tasks.

```yaml
- uses: actions/checkout@v4
- uses: yumemi-inc/setup-java-gradle@v1
- uses: yumemi-inc/setup-java-gradle@v2
- run: ./gradlew ...
```
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
# with:
# ref: .. # specify if there is a branch other than the default branch where the code is frequently updated
- uses: yumemi-inc/setup-java-gradle@v1
- uses: yumemi-inc/setup-java-gradle@v2
with:
cache-read-only: false
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit c2b6d5f

Please sign in to comment.