From cc81367d57b1d3535399e6415d34e8881622c5a4 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 2 Sep 2024 08:41:37 +0200 Subject: [PATCH] Polish "Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.0" See gh-1566 --- .github/actions/sync-to-maven-central/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 00f299e4c1..060d990bcc 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -20,7 +20,7 @@ runs: using: composite steps: - name: Set Up JFrog CLI - uses: jfrog/setup-jfrog-cli@26532cdb5b1ea07940f10d57666fd988048fc903 # v4.2.2 + uses: jfrog/setup-jfrog-cli@ddac45621bbdbf8f9745db9515799aa8c7049fda # v4.3.0 env: JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }} - name: Download Release Artifacts