build(deps): bump gradle/gradle-build-action from 2.2.1 to 2.4.0

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.2.1...v2.4.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] 2023-02-21 02:52:01 +00:00 committed by GitHub
parent 651569dc8f
commit 8ce71d8ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

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.2.1 uses: gradle/gradle-build-action@v2.4.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.2.1 uses: gradle/gradle-build-action@v2.4.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.2.1 uses: gradle/gradle-build-action@v2.4.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.2.1 uses: gradle/gradle-build-action@v2.4.0
with: with:
gradle-version: 'wrapper' gradle-version: 'wrapper'
arguments: installDist arguments: installDist