Merge pull request #724 from eclipse-ee4j/dependabot/github_actions/actions/setup-java-5.6.0
Bump actions/setup-java from 5.2.0 to 5.6.0
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index 236d235..b90ad77 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -29,7 +29,7 @@
steps:
- name: Checkout for performance
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Set up compile JDK
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 0199cc5..c9514ce 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -29,7 +29,7 @@
steps:
- name: Checkout for verify
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Set up compile JDK