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 03b6bdb commit a52de4dCopy full SHA for a52de4d
.github/workflows/ci-config.yml
@@ -35,7 +35,7 @@ jobs:
35
java-version: ${{ matrix.java }}
36
37
- name: Cache
38
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3
39
with:
40
path: ~/.gradle/caches
41
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -78,7 +78,7 @@ jobs:
78
distribution: 'adopt'
79
java-version: 11
80
81
82
83
84
0 commit comments