From 3ddce16d5bb198cfacec311f981fb13816c04e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:35:24 +0000 Subject: [PATCH] chore(deps): update graalvm/setup-graalvm digest to 03e8abf --- .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 5b267384..6e8f23d2 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@6e327d26e09bcf375e305cc515c0799e79e34ad0 # v1 + uses: graalvm/setup-graalvm@03e8abf916fd0e281b2efe7b2da3378bb0a1d085 # v1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "graalvm"