Skip to content

Commit 57e3aec

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 8a92422 commit 57e3aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ jobs:
5050

5151
steps:
5252
- name: Set up Java
53-
uses: actions/setup-java@v4
53+
uses: actions/setup-java@v5
5454
with:
5555
distribution: temurin
5656
java-version: ${{ env.JAVA_VERSION }}
5757

5858
- name: Checkout repo
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
with:
6161
path: current-repo
6262

6363
- name: Checkout Ecosystem
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v6
6565
with:
6666
repository: ${{ env.ECOSYSTEM_CI_REPO }}
6767
path: ecosystem-ci

0 commit comments

Comments
 (0)