Skip to content

Commit

Permalink
build: update gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
  • Loading branch information
manticore-projects committed Feb 1, 2025
1 parent b5bb132 commit c4ebf9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@main
uses: gradle/actions/setup-gradle@main
with:
arguments: check
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@main
uses: gradle/actions/setup-gradle@main
with:
arguments: publish
# arguments: build check publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: master
fetch-depth: 0
- name: Setup Gradle
uses: gradle/gradle-build-action@main
uses: gradle/actions/setup-gradle@main
- name: Run build with Gradle Wrapper
run: FLOATING_TOC=false ./gradlew --no-build-cache clean xmldoc sphinx
- name: Deploy
Expand Down

0 comments on commit c4ebf9f

Please sign in to comment.