From 57d8a4dbb10082d41b2e964defd69770dad5a834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:35:48 +0000 Subject: [PATCH] chore(deps): update graalvm/setup-graalvm digest to 271a696 --- .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 963c0228..a8d493bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # Setup - name: Set up GraalVM - uses: graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # v1 + uses: graalvm/setup-graalvm@271a696e78d05dd482037cfacbfbfdf54c2c44a8 # v1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "graalvm"