Skip to content

Commit 4ae8f3d

Browse files
committed
Merge pull request #1699 from dependabot[bot]
* pr/1699: Polish "Bump jfrog/setup-jfrog-cli from 4.5.13 to 4.6.0" Bump jfrog/setup-jfrog-cli from 4.5.13 to 4.6.0 Closes gh-1699
2 parents 5581a21 + a6ffa2c commit 4ae8f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: Set Up JFrog CLI
20-
uses: jfrog/setup-jfrog-cli@2bc6e55719cd37dfb2f655a1e4f16c3440182a9f # v4.5.13
20+
uses: jfrog/setup-jfrog-cli@751c204e8e1d3fe053e30218a2143ab4fe100d95 # v4.6.0
2121
env:
2222
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
2323
- name: Download Release Artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Set up JFrog CLI
71-
uses: jfrog/setup-jfrog-cli@2bc6e55719cd37dfb2f655a1e4f16c3440182a9f # v4.5.13
71+
uses: jfrog/setup-jfrog-cli@751c204e8e1d3fe053e30218a2143ab4fe100d95 # v4.6.0
7272
env:
7373
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
7474
- name: Promote build

0 commit comments

Comments
 (0)