Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1 (#133)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.7.0...v2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abdelrhman Hamouda <7114320+AbdelrhmanHamouda@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and AbdelrhmanHamouda authored Sep 2, 2023
1 parent 8921b85 commit dca1506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1.1.0

- name: Build
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: build jacocoTestReport -i

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: temurin

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1

- name: Build docker image
run: ./gradlew jibDockerBuild -i --image $DOCKER_IMAGE
Expand Down

0 comments on commit dca1506

Please sign in to comment.