From 9a473ad9b8d0f871e7cdcc4afa78b23c502b7de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:02:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4ba7e99..8eea1608 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - - uses: actions/setup-java@v4 # Needed for the Avro example + - uses: actions/setup-java@v5 # Needed for the Avro example with: distribution: 'zulu' java-version: '17'