Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent ff76db4 commit 9c4bb01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Gradle
uses: gradle/gradle-build-action@v3.2.1
uses: gradle/gradle-build-action@v3.3.0

- name: Assemble and Check
run: >
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Gradle
uses: gradle/gradle-build-action@v3.2.1
uses: gradle/gradle-build-action@v3.3.0

- name: Test with the oldest JDK
run: >
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Gradle
uses: gradle/gradle-build-action@v3.2.1
uses: gradle/gradle-build-action@v3.3.0

- name: Publish packages
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ env.JDK_VERSION_LATEST_LTS }}
- name: Set up Gradle
uses: gradle/gradle-build-action@v3.2.1
uses: gradle/gradle-build-action@v3.3.0

- name: Build
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Set up Gradle
uses: gradle/gradle-build-action@v3.2.1
uses: gradle/gradle-build-action@v3.3.0

- name: Release ${{ env.RELEASE_VERSION }}
run: >
Expand Down

0 comments on commit 9c4bb01

Please sign in to comment.