From f41ce8c8780d58aabd17d54fab22e51a0063e3e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:12:27 +0000 Subject: [PATCH] chore(deps): update graalvm/setup-graalvm digest to 6e327d2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e9ee8c9..46f3078f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: # Setup - name: Set up GraalVM - uses: graalvm/setup-graalvm@54b4f5a65c1a84b2fdfdc2078fe43df32819e4b1 # v1 + uses: graalvm/setup-graalvm@6e327d26e09bcf375e305cc515c0799e79e34ad0 # v1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "graalvm"