2 parents d845c7d + 9ba39c7 commit 7d6eba5Copy full SHA for 7d6eba5
2 files changed
.github/workflows/maven-cd.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v7
22
23
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
24
- uses: actions/setup-java@v5.2.0
+ uses: actions/setup-java@v5.3.0
25
with:
26
java-version: ${{ env.JAVA_VERSION }}
27
distribution: "temurin"
.github/workflows/maven-ci.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments