Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.8.0 to 2.8.1
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.8.0 to 2.8.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.8.0...v2.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 1b26cff commit 4cb6ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
distribution: 'zulu'

- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build --scan
2 changes: 1 addition & 1 deletion .github/workflows/codacy-coverage-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'

- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build jacocoTestReport testCodeCoverageReport --scan

Expand Down

0 comments on commit 4cb6ea4

Please sign in to comment.