Skip to content

Commit 36836b7

Browse files
committed
Workflow fixes
1 parent c5edfc2 commit 36836b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
ref: main
3434
fetch-depth: 0
35-
- uses: actions/setup-java@v3
35+
- uses: actions/setup-java@v4
3636
with:
3737
distribution: 'corretto'
3838
java-version: '17'

.github/workflows/deploy-to-nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
with:
1010
fetch-depth: 0
11-
- uses: actions/setup-java@v3
11+
- uses: actions/setup-java@v4
1212
with:
1313
distribution: 'corretto'
1414
java-version: '17'

0 commit comments

Comments
 (0)