From 28373473970d9bdba27b4683fa9c7fd0eae67d9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:20:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.6.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 33e9505..1c76c65 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.5.0 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: temurin