Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Bump gradle/gradle-build-action from 2.8.1 to 2.9.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent e0bcf52 commit fbea907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencyUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Run dependencyUpdates task
- name: Run dependencyUpdates task
uses: gradle/gradle-build-action@v2.8.1
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: --no-daemon --refresh-dependencies --scan dependencyUpdates

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

# # Run dependency-analysis task
# - name: Run dependency-analysis task
# uses: gradle/gradle-build-action@v2.8.1
# uses: gradle/gradle-build-action@v2.9.0
# with:
# arguments: --no-daemon --refresh-dependencies --scan buildHealth
#
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ jobs:

# Run assemble tasks
- name: Run assemble tasks with toolchain JDK ${{ matrix.jdk }}
uses: gradle/gradle-build-action@v2.8.1
uses: gradle/gradle-build-action@v2.9.0
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/gradle-build-action@v2.8.1
# uses: gradle/gradle-build-action@v2.9.0
# with:
# arguments: --no-daemon --scan --warning-mode all test

# Run check tasks
- name: Run check tasks with toolchain JDK ${{ matrix.jdk }}
uses: gradle/gradle-build-action@v2.8.1
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: --no-daemon --scan --warning-mode all check -x test -x spotbugsTest
# arguments: --no-daemon --scan --warning-mode all check
Expand Down

0 comments on commit fbea907

Please sign in to comment.