Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 3.1.0 to 3.4.2 (#164)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v3.1.0...v3.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 63f68ac commit d6781db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-compatibility-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: 'wrapper'
arguments: apiCheck
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: 'wrapper'
arguments: test
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: 'wrapper'
arguments: clean test assembleDist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: 'wrapper'
arguments: clean test installDist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: 'wrapper'
arguments: installDist
Expand Down

0 comments on commit d6781db

Please sign in to comment.