We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78bad1a + a44f692 commit 3935941Copy full SHA for 3935941
1 file changed
.github/workflows/maven.yaml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: restore test times cache if it exists
109
id: restore_test_times_cache
110
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
111
with:
112
path: /tmp/sorted.txt
113
key: ${{ runner.os }}-spring-cloud-k8s-jdk${{ env.JDK_VERSION }}-test-times-cache-${{ github.run_id }}
0 commit comments