Skip to content

Commit 3880181

Browse files
committed
Upgrade checkout and setup-java GH Actions
Backport of 5efe7c6 These actions are running on Node.js 20, that goes away later this year https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 2be59fe commit 3880181

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-4.x.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
PROFILE_ARG: ${{ matrix.profile && format('-P {0}', matrix.profile) || '' }}
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@v2
90+
uses: actions/checkout@v6
9191
- name: Install JDK
92-
uses: actions/setup-java@v2
92+
uses: actions/setup-java@v5
9393
with:
9494
java-version: ${{ matrix.jdk }}
9595
distribution: temurin
@@ -109,9 +109,9 @@ jobs:
109109
VERTX_NEXUS_PASSWORD: ${{ secrets.VERTX_NEXUS_PASSWORD }}
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@v2
112+
uses: actions/checkout@v6
113113
- name: Install JDK
114-
uses: actions/setup-java@v2
114+
uses: actions/setup-java@v5
115115
with:
116116
java-version: 11
117117
distribution: temurin

0 commit comments

Comments
 (0)