Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from chrisbanes/renovate/gradle-gradle-build-…
Browse files Browse the repository at this point in the history
…action-3.x

chore(deps): update gradle/gradle-build-action action to v3
  • Loading branch information
eygraber authored Jan 28, 2024
2 parents 205f739 + f95629e commit d9a387f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3

- name: Deploy to Maven Local for testing
run: ./gradlew bom:publishToMavenLocal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
# Disable writing to cache. Don't want to spoil the main cache
cache-read-only: true
Expand Down

0 comments on commit d9a387f

Please sign in to comment.