Skip to content

Commit

Permalink
Use new action id
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Feb 1, 2024
1 parent dec1d91 commit a165985
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@v3
- uses: gradle/actions/setup-gradle@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@v3
- uses: gradle/actions/setup-gradle@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@v3
- uses: gradle/actions/setup-gradle@v3
- name: Generate Docs
run: ./gradlew dokkaHtmlMultiModule
- name: Upload Docs
Expand Down

0 comments on commit a165985

Please sign in to comment.