We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea0698 commit 98a3fe0Copy full SHA for 98a3fe0
2 files changed
.github/workflows/build-test.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
java-version: ${{ matrix.java }}
34
- name: Cache Gradle Repository
35
- uses: actions/cache@v1
+ uses: actions/cache@v4
36
37
path: ~/.gradle/caches
38
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
.github/workflows/performance-test.yml
0 commit comments