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 aa6b727 + a2c9ad1 commit 358e619Copy full SHA for 358e619
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Cache Gradle dependencies
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
with:
29
path: ~/.gradle/caches
30
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
distribution: 'adopt'
19
20
21
22
23
0 commit comments