2 parents 2a36944 + 311918d commit 9ba39c7Copy full SHA for 9ba39c7
2 files changed
.github/workflows/maven-cd.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6.0.2
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:
uses: actions/checkout@v6
28
0 commit comments