From 7b3c987a0a70ce38daedde1d84dbbfdf19cc9a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:02:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.2.2 --- .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 f6538fd..aa1ef27 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@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 17 distribution: temurin