Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0
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.5.1 to 2.6.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.5.1...v2.6.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>
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent 36012b8 commit 2f4b3be
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.0.6

- name: Build
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.6.0
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.5.1
uses: gradle/gradle-build-action@v2.6.0

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

0 comments on commit 2f4b3be

Please sign in to comment.