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 e7e235e commit 664c593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v3-beta
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand All @@ -51,7 +51,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v3-beta
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
- uses: gradle/gradle-build-action@v3-beta
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '21'
- uses: gradle/gradle-build-action@v3-beta
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand Down

0 comments on commit 664c593

Please sign in to comment.