We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fbc537 + 77570f2 commit a327a52Copy full SHA for a327a52
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash
54
- name: Cache Maven Repository
55
id: cache-maven
56
- uses: actions/cache@v4
+ uses: actions/cache@v5
57
with:
58
path: ~/.m2/repository
59
# refresh cache every month to avoid unlimited growth
.github/workflows/downstream.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments