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 b48d66a commit 125aefaCopy full SHA for 125aefa
.github/workflows/maven.yml
@@ -29,19 +29,19 @@ jobs:
29
30
# 1. Check out the current working tree
31
- name: Checkout repository
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
33
34
# 2. Setup Java 17 JDK (Adopt)
35
- name: Java 17 setup
36
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
37
with:
38
distribution: 'adopt'
39
java-package: jdk
40
java-version: '17'
41
42
# 3. Setup local Maven package cache to speed up building
43
- name: Cache Maven packages
44
- uses: actions/cache@v2
+ uses: actions/cache@v4
45
46
path: ~/.m2
47
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments