We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b0fc14 + da04ede commit e3f2c9aCopy full SHA for e3f2c9a
2 files changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'temurin'
27
28
- name: Cache Gradle dependencies
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: ~/.gradle/caches
32
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
0 commit comments