From 856284b747c0931fc4f39f7e46f766f385e49f9e Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 12 Aug 2024 08:33:47 +0200 Subject: [PATCH] Polish "Bump jfrog/setup-jfrog-cli from 4.2.1 to 4.2.2" See gh-1560 --- .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 7661510f89..00f299e4c1 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@105617d23456a69a92485207c4f28ae12297581d # v4.2.1 + uses: jfrog/setup-jfrog-cli@26532cdb5b1ea07940f10d57666fd988048fc903 # v4.2.2 env: JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }} - name: Download Release Artifacts