From 14feffeafa67e3e49561545145055ec075c563d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:11:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d75bc8b..fbf9cd4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up Java environment - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 17 gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}