From 463ad4f1e94f7d86b5b44833f6c7b2eda99607eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:46:59 +0000 Subject: [PATCH] Bump benc-uk/workflow-dispatch from 1 to 121 Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1 to 121. - [Release notes](https://github.com/benc-uk/workflow-dispatch/releases) - [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1...v121) --- updated-dependencies: - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/build_tag.yml | 2 +- .github/workflows/process_release.yml | 6 +++--- .github/workflows/website.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2262543aa9c..444f49e82c7 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 e1e105a3dec..caf2ce00cd4 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 5b06ab0bb2a..ce38e45ac48 100644 --- a/.github/workflows/process_release.yml +++ b/.github/workflows/process_release.yml @@ -39,7 +39,7 @@ jobs: version=${TAG:10} echo "version=$version" >> $GITHUB_OUTPUT - 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 @@ -47,7 +47,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 @@ -55,7 +55,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