From 5b9212015bcf45aa5d23f56d7514d9c9fa80ff82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:18:50 +0000 Subject: [PATCH] chore(deps): update graalvm/setup-graalvm digest to 01ed653 --- .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 a8d493bd..1fe7da42 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@271a696e78d05dd482037cfacbfbfdf54c2c44a8 # v1 + uses: graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # v1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "graalvm"