From 331b5b657196b8dc28f84724c7d06ab224bba50c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 14 Nov 2024 18:01:12 +0000 Subject: [PATCH] chore(deps): Update graalvm/setup-graalvm action to v1.2.6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08d336e7..e7e8f787 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -195,7 +195,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up GraalVM - uses: graalvm/setup-graalvm@557ffcf459751b4d92319ee255bf3bec9b73964c # v1.2.5 + uses: graalvm/setup-graalvm@4a200f28cd70d1940b5e33bd00830b7dc71a7e2b # v1.2.6 with: java-version: "21" distribution: "graalvm-community"