We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7958e82 commit 6fba64eCopy full SHA for 6fba64e
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
java-version: ${{ matrix.java }}
34
- name: Cache Gradle packages
35
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
36
37
path: ~/.gradle/caches
38
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
@@ -92,7 +92,7 @@ jobs:
92
93
java-version: 11
94
95
96
97
98
0 commit comments