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 32635025 Bump graalvm/setup-graalvm from 1.5.0 to 1.5.6
32635025 is described below
commit 326350254b87d7fd8ce7159fdad6db19a170efc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 10:04:56 2026 +0000
Bump graalvm/setup-graalvm from 1.5.0 to 1.5.6
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm)
from 1.5.0 to 1.5.6.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
-
[Commits](https://github.com/graalvm/setup-graalvm/compare/v1.5.0...v1.5.6)
---
updated-dependencies:
- dependency-name: graalvm/setup-graalvm
dependency-version: 1.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/early-access.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index ff1d5920..1e61d63e 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -111,7 +111,7 @@ jobs:
- name: 'Set up GraalVM'
# uses: graalvm/setup-graalvm@6f3fa030c4b8f77c1f554a860f593a654538fa38
# v1.5.6
- uses: graalvm/[email protected]
+ uses: graalvm/[email protected]
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'graalvm'