Skip to content

Commit

Permalink
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 26, 2023
1 parent db641fc commit eb27636
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencyUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Run dependencyUpdates task
- name: Run dependencyUpdates task
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --refresh-dependencies --scan dependencyUpdates

Expand All @@ -55,7 +55,7 @@ jobs:

# Run dependency-analysis task
- name: Run dependency-analysis task
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --refresh-dependencies --scan buildHealth

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ jobs:

# Run assemble tasks
- name: Run assemble tasks with toolchain JDK ${{ matrix.jdk }}
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --refresh-dependencies --scan --warning-mode all assemble

# Run test tasks
- name: Run test tasks with toolchain JDK ${{ matrix.jdk }}
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --scan --warning-mode all test

# Run check tasks
- name: Run check tasks with toolchain JDK ${{ matrix.jdk }}
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --scan --warning-mode all check

Expand All @@ -85,7 +85,7 @@ jobs:
# Run publish task
- name: Run publish task
if: ${{ (matrix.jdk == '17') && (github.event_name == 'push') && success() }}
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-daemon --scan --warning-mode all publish
env:
Expand Down

0 comments on commit eb27636

Please sign in to comment.