Skip to content

Commit 23b2024

Browse files
committed
update github unit tests action
1 parent a322204 commit 23b2024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up JDK
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
25-
java-version: '18'
25+
java-version: '21'
2626
distribution: 'liberica'
2727
cache: maven
2828

0 commit comments

Comments
 (0)