Skip to content

Commit

Permalink
Merge pull request #263 from bric3/renovate/gradle-actions-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 authored Aug 4, 2024
2 parents a5b2ebf + 925cab0 commit 9807883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup Gradle
id: setup-gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew build --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java-version: '21'
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Publish to Staging Repository
if: success()
env:
Expand Down

0 comments on commit 9807883

Please sign in to comment.