We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5302a42 commit b498349Copy full SHA for b498349
1 file changed
.github/workflows/upload_release.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- name: Cache Local Maven Repository
16
- uses: actions/cache@v2
+ uses: actions/cache@v4
17
with:
18
path: ~/.m2/repository
19
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments