From 70c72eab3735828276e6b2902274cecd66ae6675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:18:47 +0000 Subject: [PATCH] Bump convictional/trigger-workflow-and-wait from 1.5.0 to 1.6.1 Bumps [convictional/trigger-workflow-and-wait](https://github.com/convictional/trigger-workflow-and-wait) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/convictional/trigger-workflow-and-wait/releases) - [Commits](https://github.com/convictional/trigger-workflow-and-wait/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: convictional/trigger-workflow-and-wait dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 29ad914..6b711dd 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -82,7 +82,7 @@ jobs: https://api.github.com/repos/CMSgov/github-actions-runner-aws/actions/runners \ | grep "online" - name: Test our internal runner with call to separate workflow - uses: convictional/trigger-workflow-and-wait@v1.5.0 + uses: convictional/trigger-workflow-and-wait@v1.6.1 with: owner: ${{ github.repository_owner }} repo: ${{ github.event.repository.name }}