We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d786dd7 commit 2ac671fCopy full SHA for 2ac671f
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: ${{ matrix.java }}
18
distribution: adopt-hotspot
19
- name: Cache Gradle packages
20
- uses: actions/[email protected].0
+ uses: actions/[email protected].2
21
with:
22
path: ~/.gradle/caches
23
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments