Skip to content

Commit c76f944

Browse files
Update default.yml
1 parent 8136e5e commit c76f944

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jobs:
1616
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 13.0.x, 14.0.x, 15.0.x, 16.0.x, 17.0.x ]
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020

2121
- name: Set up JDK ${{ matrix.java }}
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v4
2323
with:
24+
distribution: 'zulu'
2425
java-version: ${{ matrix.java }}
2526

2627
- name: Cache .m2
27-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2829
with:
2930
path: ~/.m2/repository
3031
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)