This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/github_actions/graalvm/setup-graalvm-1.3.3 in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit 56bf1328f338af14be40ba3630275845fad935ac Author: ASF Logging Services RM <priv...@logging.apache.org> AuthorDate: Wed Apr 9 08:56:55 2025 +0000 Update `graalvm/setup-graalvm` to version `1.3.3` (#288) --- .github/workflows/graalvm-reusable-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/graalvm-reusable-test.yaml b/.github/workflows/graalvm-reusable-test.yaml index c7b0ec7..ce9251a 100644 --- a/.github/workflows/graalvm-reusable-test.yaml +++ b/.github/workflows/graalvm-reusable-test.yaml @@ -56,7 +56,7 @@ jobs: ref: ${{ inputs.samples-ref }} - name: Setup GraalVM - uses: graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # 1.3.1 + uses: graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # 1.3.3 with: java-version: '21'