diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index d26aa2be630..f45b1002c1c 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -47,12 +47,12 @@ jobs: - name: Push sitemap if: success() - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: event-type: static-deploy - name: Start new workflow if: success() || failure() - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: event-type: auto-suburb