summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-17 18:08:03 +0000
committerGitHub <noreply@github.com>2021-09-17 18:08:03 +0000
commit9e6584c8ddb0560e317b90bd168732a4368ca07b (patch)
tree569fed0135cfdfba28410d2b40ccfe0faeca42df
parent0b545bf09952c120aee6fbcdb12846f03ceb996d (diff)
downloadrabbitmq-server-git-dependabot/github_actions/lewagon/wait-on-check-action-1.1.1.tar.gz
Bump lewagon/wait-on-check-action from 1.0.0 to 1.1.1dependabot/github_actions/lewagon/wait-on-check-action-1.1.1
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/rabbitmq_peer_discovery_aws.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml
index b7ef6c0343..677236265e 100644
--- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml
+++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml
@@ -21,7 +21,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v2.3.4
- name: WAIT FOR OCI IMAGE WORKFLOW
- uses: lewagon/wait-on-check-action@1.0.0
+ uses: lewagon/wait-on-check-action@v1.1.1
with:
ref: ${{ github.ref }}
check-name: build-publish-dev (${{ matrix.image_tag_suffix }})