aboutsummaryrefslogtreecommitdiff
path: root/.github/composite/gradle/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/composite/gradle/action.yml')
-rw-r--r--.github/composite/gradle/action.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/composite/gradle/action.yml b/.github/composite/gradle/action.yml
index 5f7a260..003fcd0 100644
--- a/.github/composite/gradle/action.yml
+++ b/.github/composite/gradle/action.yml
@@ -6,21 +6,23 @@ name: "Run Gradle on a filter=tree:0 checkout"
runs:
using: composite
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
name: Checkout repository
with:
fetch-tags: true
fetch-depth: 0
filter: 'tree:0'
- name: Set up JDK 21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
- name: Set up gradle cache
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
with:
+ cache-read-only: false
add-job-summary-as-pr-comment: 'on-failure'
+ dependency-graph: 'generate-and-submit'
- name: Prepare unpacked Jars
run: |
./gradlew unpackAllJars