We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f3249 commit 602165fCopy full SHA for 602165f
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 1.8
22
java-package: jdk+fx
23
- name: Cache Maven dependencies
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ~/.m2
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments