Skip to content

Commit c833530

Browse files
committed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: chmod +x gradlew
3636

3737
- name: Cache Gradle packages
38-
uses: actions/cache@v1
38+
uses: actions/cache@v4
3939
with:
4040
path: ~/.gradle/caches
4141
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)