Skip to content

Commit 125aefa

Browse files
committed
fix github actions
1 parent b48d66a commit 125aefa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929

3030
# 1. Check out the current working tree
3131
- name: Checkout repository
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333

3434
# 2. Setup Java 17 JDK (Adopt)
3535
- name: Java 17 setup
36-
uses: actions/setup-java@v2
36+
uses: actions/setup-java@v4
3737
with:
3838
distribution: 'adopt'
3939
java-package: jdk
4040
java-version: '17'
4141

4242
# 3. Setup local Maven package cache to speed up building
4343
- name: Cache Maven packages
44-
uses: actions/cache@v2
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.m2
4747
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)