Skip to content

Commit e43ddbd

Browse files
Bump the all group with 2 updates
Bumps the all group with 2 updates: [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) and [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli). Updates `lewagon/wait-on-check-action` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.5.0...v1.6.0) Updates `jfrog/setup-jfrog-cli` from 4 to 5 - [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases) - [Commits](jfrog/setup-jfrog-cli@v4...v5) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: jfrog/setup-jfrog-cli dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81c0717 commit e43ddbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/promote-downstreams.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: hmarr/debug-action@v3
2222

2323
- name: Wait for all checks on this rev
24-
uses: lewagon/wait-on-check-action@v1.5.0
24+
uses: lewagon/wait-on-check-action@v1.6.0
2525
with:
2626
ref: ${{ github.ref_name }}
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -161,7 +161,7 @@ jobs:
161161
ZITI_RPM_PROD_REPO: ${{ vars.ZITI_RPM_PROD_REPO || 'zitipax-openziti-rpm-stable' }}
162162
steps:
163163
- name: Configure jFrog CLI
164-
uses: jfrog/setup-jfrog-cli@v4
164+
uses: jfrog/setup-jfrog-cli@v5
165165
env:
166166
JF_ENV_1: ${{ secrets.ZITI_ARTIFACTORY_CLI_CONFIG_PACKAGE_UPLOAD }}
167167

.github/workflows/publish-linux-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if-no-files-found: error
8989

9090
- name: Configure jFrog CLI
91-
uses: jfrog/setup-jfrog-cli@v4
91+
uses: jfrog/setup-jfrog-cli@v5
9292
env:
9393
JF_ENV_1: ${{ secrets.ZITI_ARTIFACTORY_CLI_CONFIG_PACKAGE_UPLOAD }}
9494

.github/workflows/release-quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: hmarr/debug-action@v3.0.0
4949

5050
- name: Wait for other builds to complete
51-
uses: lewagon/wait-on-check-action@v1.5.0
51+
uses: lewagon/wait-on-check-action@v1.6.0
5252
with:
5353
ref: ${{ env.GITHUB_SHA }}
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)