We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d72e3 commit b0cce23Copy full SHA for b0cce23
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v1
11
- name: Cache local Maven repository
12
- uses: actions/cache@v2
+ uses: actions/cache@v4
13
with:
14
path: ~/.m2/repository
15
key: ${{ runner.os }}-java8-${{ hashFiles('**/pom.xml') }}
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
key: ${{ runner.os }}-java11-${{ hashFiles('**/pom.xml') }}
0 commit comments