From 82495fa724f82a3f6d5550174bd1c19d0c95f0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:26:33 +0000 Subject: [PATCH] chore(deps): bump convictional/trigger-workflow-and-wait Bumps [convictional/trigger-workflow-and-wait](https://github.com/convictional/trigger-workflow-and-wait) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/convictional/trigger-workflow-and-wait/releases) - [Commits](https://github.com/convictional/trigger-workflow-and-wait/compare/v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: convictional/trigger-workflow-and-wait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/api-gateway.release.yml | 2 +- .github/workflows/auth.release.yml | 2 +- .github/workflows/files.release.yml | 2 +- .github/workflows/syncing-server.release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-gateway.release.yml b/.github/workflows/api-gateway.release.yml index f16836afd..3d76bd670 100644 --- a/.github/workflows/api-gateway.release.yml +++ b/.github/workflows/api-gateway.release.yml @@ -41,7 +41,7 @@ jobs: docker push standardnotes/api-gateway:${{ github.sha }} - name: Run E2E test suite - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.3 with: owner: standardnotes repo: e2e diff --git a/.github/workflows/auth.release.yml b/.github/workflows/auth.release.yml index ba1502383..c9dd8e036 100644 --- a/.github/workflows/auth.release.yml +++ b/.github/workflows/auth.release.yml @@ -44,7 +44,7 @@ jobs: docker push standardnotes/auth:${{ github.sha }} - name: Run E2E test suite - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.3 with: owner: standardnotes repo: e2e diff --git a/.github/workflows/files.release.yml b/.github/workflows/files.release.yml index a907d0d04..d1977b158 100644 --- a/.github/workflows/files.release.yml +++ b/.github/workflows/files.release.yml @@ -44,7 +44,7 @@ jobs: docker push standardnotes/files:${{ github.sha }} - name: Run E2E test suite - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.3 with: owner: standardnotes repo: e2e diff --git a/.github/workflows/syncing-server.release.yml b/.github/workflows/syncing-server.release.yml index a2f06d216..c84ab4354 100644 --- a/.github/workflows/syncing-server.release.yml +++ b/.github/workflows/syncing-server.release.yml @@ -44,7 +44,7 @@ jobs: docker push standardnotes/syncing-server-js:${{ github.sha }} - name: Run E2E test suite - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.3 with: owner: standardnotes repo: e2e