We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbb59c commit 3090183Copy full SHA for 3090183
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
java-version: 17
17
java-package: jdk+fx
18
- name: Cache local Maven repository
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: ~/.m2/repository
22
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments