Skip to content

Commit 3935941

Browse files
authored
Merge pull request #2174 from spring-cloud/dependabot/github_actions/3.3.x/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 78bad1a + a44f692 commit 3935941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: restore test times cache if it exists
109109
id: restore_test_times_cache
110-
uses: actions/cache/restore@v4
110+
uses: actions/cache/restore@v5
111111
with:
112112
path: /tmp/sorted.txt
113113
key: ${{ runner.os }}-spring-cloud-k8s-jdk${{ env.JDK_VERSION }}-test-times-cache-${{ github.run_id }}

0 commit comments

Comments
 (0)