Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3
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 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 913cc0d commit 502344e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: 'adopt'
java-version: 11
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
- name: Publish
run: ./gradlew -Pversion=$version -Dorg.gradle.parallel=false --no-configuration-cache publish closeAndReleaseStagingRepository
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: 'adopt'
java-version: 11
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
dependency-graph: generate-and-submit
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/configure-pages@v4
- uses: actions/checkout@v4
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
- name: Generate Docs
run: ./gradlew dokkaHtmlMultiModule
- name: Upload Docs
Expand Down

0 comments on commit 502344e

Please sign in to comment.