Merge pull request #732 from eclipse-ee4j/dependabot/github_actions/actions/setup-java-5.7.0
build(deps): bump actions/setup-java from 5.6.0 to 5.7.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3a56d39..e39f36e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,7 @@
with:
fetch-depth: 0
- name: Set up compile JDK
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
+ uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
distribution: 'temurin'
java-version: 17
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index b90ad77..509d95b 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -33,7 +33,7 @@
with:
fetch-depth: 0
- name: Set up compile JDK
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
+ uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
distribution: 'temurin'
java-version: 17
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index c9514ce..fb7b194 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -33,7 +33,7 @@
with:
fetch-depth: 0
- name: Set up compile JDK
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
+ uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
distribution: 'temurin'
java-version: 17