This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new c6df09e8 Update GraalVM setup to version 1.5.0
c6df09e8 is described below
commit c6df09e891ec442e3ecef8b946d834cad8c5c754
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Jun 17 15:52:17 2026 +0200
Update GraalVM setup to version 1.5.0
---
.github/workflows/early-access.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index 3982477d..bf40fc85 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -110,7 +110,8 @@ jobs:
echo "VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q
-DforceStdout)" >> $GITHUB_ENV
- name: 'Set up GraalVM'
- uses: graalvm/setup-graalvm@6f3fa030c4b8f77c1f554a860f593a654538fa38 #
v1.5.6
+# uses: graalvm/setup-graalvm@6f3fa030c4b8f77c1f554a860f593a654538fa38
# v1.5.6
+ uses: graalvm/[email protected]
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'graalvm'