Skip to content

Commit 45852bd

Browse files
committed
Update jdk-ea build
1 parent b8a7225 commit 45852bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/jdk-ea.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ jobs:
2020
os: [ubuntu-latest]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Java
2525
uses: oracle-actions/setup-java@v1
2626
with:
2727
website: jdk.java.net
2828
release: ${{ matrix.java_version }}
2929
- name: Maven cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
env:
3232
cache-name: maven-cache
3333
with:
3434
path:
3535
~/.m2
3636
key: build-${{ env.cache-name }}
37+
- name: Maven version
38+
run: mvn --version
3739
- name: Build with Maven
3840
run: mvn clean test -Pdefault
3941

0 commit comments

Comments
 (0)