Skip to content

Commit 47601ca

Browse files
authored
Merge pull request #18 from wiremock/update-actions-cache-version
actions/cache@v1 is now deprecated so update to v4
2 parents e632687 + c833530 commit 47601ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)