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.
1 parent ecec50f commit 1203507Copy full SHA for 1203507
.github/workflows/gradle.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: 11
20
distribution: 'temurin'
21
cache: gradle
22
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
23
with:
24
path: |
25
~/.gradle/caches
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments