Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 24c247d

Browse files
authored
Merge pull request #333 from Sanapol/update-actions
update-actions
2 parents b53a1d5 + b3bf4cb commit 24c247d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up JDK 21
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v2
1919
with:
20+
distribution: zulu
2021
java-version: 21
2122
- name: Run unit tests
2223
run: make test-unit-only

0 commit comments

Comments
 (0)