From 12f4e470759046df21862fd2191b0253fbaf6892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:51:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index b4368c17..65b5cef2 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -80,7 +80,7 @@ jobs: if: ${{ ! matrix.build }} uses: github/codeql-action/autobuild@v2 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 if: ${{ matrix.build && matrix.language == 'java' }} with: distribution: "oracle"