Skip to content

Commit c0ac3f1

Browse files
committed
GitHub Actions update
1 parent 88cbed9 commit c0ac3f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v6
2222

2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: '21'
27-
distribution: 'adopt'
27+
distribution: 'zulu'
2828

2929
- name: Build with Gradle
30-
run: ./gradlew clean build --parallel
30+
run: ./gradlew clean build
3131

3232
- name: Quarkus Native Image Test
3333
run: ./gradlew :quarkus-app:testNative

0 commit comments

Comments
 (0)