We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b515e75 commit dae97baCopy full SHA for dae97ba
.github/workflows/maven.yml
@@ -22,13 +22,13 @@ jobs:
22
JAVA_VERSION: ${{ matrix.java-version }}
23
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- name: Set up JDK
27
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
28
with:
29
java-version: ${{ matrix.java-version }}
30
- name: Cache local Maven repository
31
- uses: actions/cache@v2
+ uses: actions/cache@v4
32
33
path: ~/.m2/repository
34
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments