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 a972995 commit c33a568Copy full SHA for c33a568
.github/workflows/ci-config.yml
@@ -46,7 +46,7 @@ jobs:
46
java-version: ${{ matrix.java }}
47
48
- name: Cache
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
with:
51
path: ~/.gradle/caches
52
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments