Skip to content

Commit

Permalink
Switch to gradle/actions/setup-gradle@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 27, 2024
1 parent a48f27a commit ffa8aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Assemble
Expand All @@ -46,7 +46,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Check
Expand All @@ -68,7 +68,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Publish snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- uses: actions/setup-python@v4
Expand Down

0 comments on commit ffa8aef

Please sign in to comment.