From df44c62a3688a7a47128d40dca36bb5f83f37dab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 04:24:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3 --- .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 c782bf4..f3e3c7b 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@v3 with: java-version: 17 gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}