Skip to content

Commit 421110c

Browse files
Build(deps): Bump jfrog/setup-jfrog-cli from 5.0.0 to 5.1.0 (#252)
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 5.0.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jfrog/setup-jfrog-cli/releases">jfrog/setup-jfrog-cli's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes 📚</h3> <ul> <li>Update README.md - added instructions for monorepo support by <a href="https://github.com/jamesmontel"><code>@​jamesmontel</code></a> in <a href="https://redirect.github.com/jfrog/setup-jfrog-cli/pull/335">jfrog/setup-jfrog-cli#335</a></li> <li>Introduces package-alias support to the setup-jfrog-cli action (<a href="https://redirect.github.com/jfrog/setup-jfrog-cli/issues/332">#332</a>) by <a href="https://github.com/agrasth"><code>@​agrasth</code></a> in <a href="https://redirect.github.com/jfrog/setup-jfrog-cli/pull/341">jfrog/setup-jfrog-cli#341</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jamesmontel"><code>@​jamesmontel</code></a> made their first contribution in <a href="https://redirect.github.com/jfrog/setup-jfrog-cli/pull/335">jfrog/setup-jfrog-cli#335</a></li> <li><a href="https://github.com/agrasth"><code>@​agrasth</code></a> made their first contribution in <a href="https://redirect.github.com/jfrog/setup-jfrog-cli/pull/341">jfrog/setup-jfrog-cli#341</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jfrog/setup-jfrog-cli/compare/v5...v5.1.0">https://github.com/jfrog/setup-jfrog-cli/compare/v5...v5.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jfrog/setup-jfrog-cli/commit/deda456d982fc5e9a7a020b63eb0d2968aedd33e"><code>deda456</code></a> promote to version 5.1.0 (<a href="https://redirect.github.com/jfrog/setup-jfrog-cli/issues/342">#342</a>)</li> <li><a href="https://github.com/jfrog/setup-jfrog-cli/commit/9ae8744290394e74dfcca36ea5d6d957687e5c63"><code>9ae8744</code></a> Add package alias (<a href="https://redirect.github.com/jfrog/setup-jfrog-cli/issues/332">#332</a>) (<a href="https://redirect.github.com/jfrog/setup-jfrog-cli/issues/341">#341</a>)</li> <li><a href="https://github.com/jfrog/setup-jfrog-cli/commit/fd83e886ae9f3eb231639555770350520afcb9c3"><code>fd83e88</code></a> Update README.md - added instructions for monorepo support (<a href="https://redirect.github.com/jfrog/setup-jfrog-cli/issues/335">#335</a>)</li> <li>See full diff in <a href="https://github.com/jfrog/setup-jfrog-cli/compare/1641575d87647fb969c0545f0b6a76873e328b7c...deda456d982fc5e9a7a020b63eb0d2968aedd33e">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jfrog/setup-jfrog-cli&package-manager=github_actions&previous-version=5.0.0&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e3e601 commit 421110c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232

3333
- name: Setup JFrog CLI
34-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
34+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
3535
env:
3636
JF_URL: https://databricks.jfrog.io
3737
with:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6666

6767
- name: Setup JFrog CLI
68-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
68+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
6969
env:
7070
JF_URL: https://databricks.jfrog.io
7171
with:
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100100

101101
- name: Setup JFrog CLI
102-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
102+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
103103
env:
104104
JF_URL: https://databricks.jfrog.io
105105
with:
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
134134

135135
- name: Setup JFrog CLI
136-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
136+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
137137
env:
138138
JF_URL: https://databricks.jfrog.io
139139
with:
@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
172172

173173
- name: Setup JFrog CLI
174-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
174+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
175175
env:
176176
JF_URL: https://databricks.jfrog.io
177177
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131

3232
- name: Setup JFrog CLI
33-
uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
33+
uses: jfrog/setup-jfrog-cli@deda456d982fc5e9a7a020b63eb0d2968aedd33e # v5.1.0
3434
env:
3535
JF_URL: https://databricks.jfrog.io
3636
with:

0 commit comments

Comments
 (0)