Skip to content

Commit dd98dd0

Browse files
committed
Fix Dependabot workflow
1 parent 8b7ca8f commit dd98dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
merge-dependabot:
4040
needs: build
4141
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
42-
java-version: |
43-
11
42+
with:
43+
java-version: 11
4444
permissions:
4545
contents: write # to push changelog commits
4646
pull-requests: write # to close the PR

0 commit comments

Comments
 (0)