Skip to content

Commit

Permalink
Merge pull request #4 from yumemi-inc/bump_gradle
Browse files Browse the repository at this point in the history
Bump Gradle action form v3 to v4
  • Loading branch information
hkusu authored Nov 14, 2024
2 parents dd60f5a + c2b6d5f commit 609d3e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out samlpe project
uses: actions/checkout@v4
with:
repository: google/iosched
repository: yumemi-inc/Tart
path: sample
- name: Build samlpe project for check
run: cd sample && ./gradlew assembleDebug
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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: ${{ inputs.cache-disabled }}
cache-read-only: ${{ inputs.cache-read-only }}
Expand Down

0 comments on commit 609d3e8

Please sign in to comment.