build(deps): bump gradle/gradle-build-action from 2.11.1 to 3.1.0

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 3.1.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.11.1...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 07:53:11 +00:00 committed by GitHub
parent ddc4de1340
commit 3fe6449d77
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 - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Build and run binary compatibility verification - name: Build and run binary compatibility verification
uses: gradle/gradle-build-action@v2.11.1 uses: gradle/gradle-build-action@v3.1.0
with: with:
gradle-version: 'wrapper' gradle-version: 'wrapper'
arguments: apiCheck arguments: apiCheck

View File

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

View File

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

View File

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

View File

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