diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad31cfeef8c..d93f89fbbfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: docker push antrea/antrea-ubuntu-amd64:latest - name: Trigger Antrea arm builds and multi-arch manifest update if: ${{ github.repository == 'antrea-io/antrea' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: repo: vmware-tanzu/antrea-build-infra ref: refs/heads/main diff --git a/.github/workflows/build_tag.yml b/.github/workflows/build_tag.yml index 5e12b6e8480..1e0dbb55c7b 100644 --- a/.github/workflows/build_tag.yml +++ b/.github/workflows/build_tag.yml @@ -35,7 +35,7 @@ jobs: docker tag antrea/antrea-ubuntu:"${VERSION}" antrea/antrea-ubuntu-amd64:"${VERSION}" docker push antrea/antrea-ubuntu-amd64:"${VERSION}" - name: Trigger Antrea arm builds and multi-arch manifest update - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: repo: vmware-tanzu/antrea-build-infra ref: refs/heads/main diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 855378daca2..6ba7fe75ff5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -15,7 +15,7 @@ jobs: name: Trigger main docs update runs-on: ubuntu-latest steps: - - uses: benc-uk/workflow-dispatch@v1 + - uses: benc-uk/workflow-dispatch@v121 with: repo: antrea-io/website ref: refs/heads/main diff --git a/.github/workflows/website_release.yml b/.github/workflows/website_release.yml index 408f060d380..b4535c9b474 100644 --- a/.github/workflows/website_release.yml +++ b/.github/workflows/website_release.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest needs: get-version steps: - - uses: benc-uk/workflow-dispatch@v1 + - uses: benc-uk/workflow-dispatch@v121 with: repo: antrea-io/website ref: refs/heads/main