From bf19fe934ca392847115977b8285d5d04e38f9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:03:51 -0800 Subject: [PATCH] Bump graalvm/setup-graalvm in /.github/actions/run-gradle (#1492) Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](https://github.com/graalvm/setup-graalvm/compare/2a93b69fdf86ac5a078a98c1a707744632e1da94...a1b47fdf04e772fed6b3b46131e226f9aea5e169) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/run-gradle/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-gradle/action.yml b/.github/actions/run-gradle/action.yml index a99a29a63c..2d614d3b3e 100644 --- a/.github/actions/run-gradle/action.yml +++ b/.github/actions/run-gradle/action.yml @@ -45,7 +45,7 @@ runs: website: jdk.java.net version: latest - name: Set up GraalVM - uses: graalvm/setup-graalvm@2a93b69fdf86ac5a078a98c1a707744632e1da94 # v1 + uses: graalvm/setup-graalvm@a1b47fdf04e772fed6b3b46131e226f9aea5e169 # v1 if: inputs.java == 'GraalVM' with: distribution: 'graalvm'