From cec276f8f812fbae0c4a1f4149d9013dc22a7edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:14:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 99b8673 --- .github/workflows/java-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 209f498fc..2916972fa 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -18,7 +18,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK 17 - uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4 + uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 with: distribution: 'temurin' java-version: 17