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