build(deps): bump gradle/gradle-build-action from 3.4.2 to 3.5.0

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.2...v3.5.0)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-22 07:12:26 +00:00 committed by GitHub
parent d6781dbc71
commit 0f72594bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and run binary compatibility verification
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: 'wrapper'
arguments: apiCheck

View File

@ -29,7 +29,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and test
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: 'wrapper'
arguments: test

View File

@ -49,7 +49,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and test
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: 'wrapper'
arguments: clean test assembleDist

View File

@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and test
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: 'wrapper'
arguments: clean test installDist

View File

@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build project and install Distribution package
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: 'wrapper'
arguments: installDist