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 7d34693 commit 6720497Copy full SHA for 6720497
.github/workflows/cd-config.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Set up JDK 8
18
uses: actions/setup-java@v4
19
with:
.github/workflows/ci-config.yml
@@ -15,7 +15,7 @@ jobs:
20
21
.github/workflows/maven-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up JDK 1.8
0 commit comments