From c93aec7730021f3c247ba396191c8bb1e32bd2fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:33:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3.12.0 --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index ed122913d5..999ef79d3b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - name: Set up JDK 17 - uses: actions/setup-java@v3.11.0 + uses: actions/setup-java@v3.12.0 with: distribution: 'temurin' java-version: '17'