Skip to content

Commit 4472871

Browse files
committed
Use actions/setup-java v5 DEVOPS-2662
1 parent 58ade03 commit 4472871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v5
99
- name: Set up JDK 11
10-
uses: actions/setup-java@v4
10+
uses: actions/setup-java@v5
1111
with:
1212
java-version: '11'
1313
distribution: 'temurin'

0 commit comments

Comments
 (0)