Skip to content

Commit a4a0e57

Browse files
committed
Update to 2.75.0
1 parent 75b8c36 commit a4a0e57

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/cli-oidc-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
JF_URL: ${{ secrets.JFROG_PLATFORM_URL }}
3737
with:
3838
oidc-provider-name: setup-jfrog-cli-test
39-
# This can be removed after the default CLI version will be updated
40-
version: 2.75.0
4139

4240
- name: Test JFrog CLI
4341
run: |

.github/workflows/manual-oidc-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
JF_URL: ${{ secrets.JFROG_PLATFORM_URL }}
7373
with:
7474
oidc-provider-name: ${{ env.OIDC_PROVIDER_NAME }}
75-
# The last version which outputs OIDC params as step outputs
76-
version: '2.74.1'
7775

7876
- name: Test JFrog CLI
7977
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "JFrog"
44
inputs:
55
version:
66
description: "JFrog CLI Version"
7-
default: "2.74.1"
7+
default: "2.75.0"
88
required: false
99
download-repository:
1010
description: "Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access."

0 commit comments

Comments
 (0)