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 c5edfc2 commit 36836b7Copy full SHA for 36836b7
.github/workflows/deploy-all.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
ref: main
34
fetch-depth: 0
35
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
36
37
distribution: 'corretto'
38
java-version: '17'
.github/workflows/deploy-to-nexus.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
10
11
12
13
14
0 commit comments