Skip to content

Commit 310008d

Browse files
committed
Merge pull request #1700 from dependabot[bot]
* pr/1700: Polish "Bump jfrog/setup-jfrog-cli from 4.6.0 to 4.6.1" Bump jfrog/setup-jfrog-cli from 4.6.0 to 4.6.1 Closes gh-1700
2 parents 6a5b497 + 3f739cb commit 310008d

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@751c204e8e1d3fe053e30218a2143ab4fe100d95 # v4.6.0
20+
uses: jfrog/setup-jfrog-cli@88e9eba31c07e31beefa4cef5c0e93d1af9535d7 # v4.6.1
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@751c204e8e1d3fe053e30218a2143ab4fe100d95 # v4.6.0
71+
uses: jfrog/setup-jfrog-cli@88e9eba31c07e31beefa4cef5c0e93d1af9535d7 # v4.6.1
7272
env:
7373
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
7474
- name: Promote build

0 commit comments

Comments
 (0)