Skip to content

Commit 602165f

Browse files
author
Steve Hannah
committed
updated cache to v4 in workflow
1 parent b9f3249 commit 602165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 1.8
2222
java-package: jdk+fx
2323
- name: Cache Maven dependencies
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.m2
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)