We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0e354f + fb45d45 commit 83d012bCopy full SHA for 83d012b
.github/workflows/quarkus-ecosystem.actions.yml
@@ -24,22 +24,20 @@ jobs:
24
if: github.actor == 'quarkusbot' || github.actor == 'maxandersen' || github.actor == 'ia3andy'
25
26
steps:
27
- - name: Install yq
28
- run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
29
-
30
- name: Set up Java
31
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
32
with:
33
java-version: ${{ env.JAVA_VERSION }}
+ distribution: temurin
34
35
- name: Checkout repo
36
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
37
38
path: current-repo
39
ref: main
40
41
- name: Checkout Ecosystem
42
43
44
repository: ${{ env.ECOSYSTEM_CI_REPO }}
45
0 commit comments