We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6821501 commit 08f6988Copy full SHA for 08f6988
1 file changed
.github/workflows/ci-4.x.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
24
- name: Install JDK
25
uses: joschi/setup-jdk@v2
26
with:
@@ -37,7 +37,7 @@ jobs:
37
VERTX_NEXUS_PASSWORD: ${{ secrets.VERTX_NEXUS_PASSWORD }}
38
39
40
41
42
43
0 commit comments