We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e632687 commit c833530Copy full SHA for c833530
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
run: chmod +x gradlew
36
37
- name: Cache Gradle packages
38
- uses: actions/cache@v1
+ uses: actions/cache@v4
39
with:
40
path: ~/.gradle/caches
41
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments