From df1f14d5f4a3007de5a65e396f843d456322109b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:56:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.2.0 (#21) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/workflow-common-release.yml | 2 +- .github/workflows/workflow-common-setup-and-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-common-release.yml b/.github/workflows/workflow-common-release.yml index d7d185d..0b81efa 100644 --- a/.github/workflows/workflow-common-release.yml +++ b/.github/workflows/workflow-common-release.yml @@ -86,7 +86,7 @@ jobs: vs where release - name: Setup Java JDK - uses: actions/setup-java@v4.1.0 + uses: actions/setup-java@v4.2.0 with: distribution: 'microsoft' java-version: '11' diff --git a/.github/workflows/workflow-common-setup-and-build.yml b/.github/workflows/workflow-common-setup-and-build.yml index 04b2798..5b144a3 100644 --- a/.github/workflows/workflow-common-setup-and-build.yml +++ b/.github/workflows/workflow-common-setup-and-build.yml @@ -81,7 +81,7 @@ jobs: vs where release - name: Setup Java JDK - uses: actions/setup-java@v4.1.0 + uses: actions/setup-java@v4.2.0 with: distribution: 'microsoft' java-version: '11'