From d211b80c9109ac89770e20c2746da472f04b2add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:27:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3.13.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ccf5b9..e9ab9de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: java-version: 17 distribution: temurin