From 6da8c475f459e696f0398241232a2382aca9d32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:48:49 +0000 Subject: [PATCH] Bump graalvm/setup-graalvm in the all group across 1 directory Bumps the all group with 1 update in the / directory: [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm). Updates `graalvm/setup-graalvm` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](https://github.com/graalvm/setup-graalvm/compare/60c26726de13f8b90771df4bc1641a52a3159994...bef4b0e916c7dd079bf60fb95d49139f67e32c5f) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/graalvm-reusable-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/graalvm-reusable-test.yaml b/.github/workflows/graalvm-reusable-test.yaml index 19c51f6..4135d95 100644 --- a/.github/workflows/graalvm-reusable-test.yaml +++ b/.github/workflows/graalvm-reusable-test.yaml @@ -56,7 +56,7 @@ jobs: ref: ${{ inputs.samples-ref }} - name: Setup GraalVM - uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # 1.5.2 + uses: graalvm/setup-graalvm@bef4b0e916c7dd079bf60fb95d49139f67e32c5f # 1.5.3 with: java-version: '21'