Skip to content

Commit 83d012b

Browse files
authored
Merge pull request #1584 from gsmet/fix-ecosystem-ci
Fix Ecosystem CI
2 parents e0e354f + fb45d45 commit 83d012b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/quarkus-ecosystem.actions.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,20 @@ jobs:
2424
if: github.actor == 'quarkusbot' || github.actor == 'maxandersen' || github.actor == 'ia3andy'
2525

2626
steps:
27-
- name: Install yq
28-
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
29-
3027
- name: Set up Java
31-
uses: actions/setup-java@v1
28+
uses: actions/setup-java@v4
3229
with:
3330
java-version: ${{ env.JAVA_VERSION }}
31+
distribution: temurin
3432

3533
- name: Checkout repo
36-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3735
with:
3836
path: current-repo
3937
ref: main
4038

4139
- name: Checkout Ecosystem
42-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4341
with:
4442
repository: ${{ env.ECOSYSTEM_CI_REPO }}
4543
ref: main

0 commit comments

Comments
 (0)