diff --git a/.github/workflows/api-gateway.release.yml b/.github/workflows/api-gateway.release.yml index 8eca02592..e782b483a 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 1b27970d0..21308a4ba 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 ef916a8a4..80a142d5b 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 25a21a7b0..2d5e42941 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