From 2be6d86ff936bda44b30418d8812d04f3918a792 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 26 Jul 2021 16:17:53 -0400 Subject: [PATCH] Upgrade setup-jfrog-cli to fix deprecation --- .github/workflows/central-sync-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index 2d31cdcaa7..57f831f9a8 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -21,7 +21,7 @@ jobs: # Setup jfrog cli - uses: jfrog/setup-jfrog-cli@v1 with: - version: 1.43.2 + version: 1.46.4 env: JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}