Skip to content

Commit 6a1f1e5

Browse files
committed
Use actions/setup-java v5 DEVOPS-2662
1 parent cdbed2d commit 6a1f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-dev-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Set up JDK 21
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@v5
2727
with:
2828
java-version: 21
2929
distribution: 'temurin' # Alternative distribution options are available.

0 commit comments

Comments
 (0)