Skip to content

Commit 09f5695

Browse files
committed
GHA: Use 'gradle/actions/setup-gradle' to cache downloaded stuff
Change-Id: I7b3e72cf3d74ca84e25c7b5f8da89c8bed401591 Reviewed-on: https://review.couchbase.org/c/couchbase-elasticsearch-connector/+/235683 Reviewed-by: David Nault <[email protected]> Tested-by: David Nault <[email protected]>
1 parent 3ab946a commit 09f5695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
with:
3030
java-version: '21'
3131
distribution: 'temurin'
32-
cache: 'gradle'
32+
33+
- name: Set up Gradle (for more sophisticated caching)
34+
uses: gradle/actions/setup-gradle@v5
3335

3436
- name: Run tests
3537
timeout-minutes: 60

0 commit comments

Comments
 (0)