Skip to content

Commit 08f6988

Browse files
committed
Upgrade actions/setup-java to v5 and actions/checkout to v6
1 parent 6821501 commit 08f6988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v6
2424
- name: Install JDK
2525
uses: joschi/setup-jdk@v2
2626
with:
@@ -37,7 +37,7 @@ jobs:
3737
VERTX_NEXUS_PASSWORD: ${{ secrets.VERTX_NEXUS_PASSWORD }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v6
4141
- name: Install JDK
4242
uses: joschi/setup-jdk@v2
4343
with:

0 commit comments

Comments
 (0)