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/process_release.yml b/.github/workflows/process_release.yml index 47f95d5e631..22c7c2646d7 100644 --- a/.github/workflows/process_release.yml +++ b/.github/workflows/process_release.yml @@ -285,7 +285,7 @@ jobs: version=${TAG:10} echo "::set-output name=version::$version" - name: Update website source - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: repo: antrea-io/website ref: refs/heads/main @@ -293,7 +293,7 @@ jobs: token: ${{ secrets.ANTREA_WEBSITE_WORKFLOW_DISPATCH_PAT }} inputs: ${{ format('{{ "antrea-repository":"antrea-io/antrea", "antrea-ref":"{0}" }}', steps.get-version.outputs.version) }} - name: Update Helm index with Antrea archive - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: repo: antrea-io/website ref: refs/heads/main @@ -301,7 +301,7 @@ jobs: token: ${{ secrets.ANTREA_WEBSITE_WORKFLOW_DISPATCH_PAT }} inputs: ${{ format('{{ "archive-url":"https://github.com/antrea-io/antrea/releases/download/{0}/antrea-chart.tgz" }}', steps.get-version.outputs.version) }} - name: Update Helm index with Flow Aggregator archive - 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.yml b/.github/workflows/website.yml index 8703b4065ef..f98170f1026 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update website source - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: repo: antrea-io/website ref: refs/heads/main