From e5dd6bf24e90ea666db170ec5ac5a91dca29b122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:11:05 +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 909219f7753..a29193084ab 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 6d37c094638..70f52b7c3e2 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 84a15caab93..c3a993e4268 100644 --- a/.github/workflows/process_release.yml +++ b/.github/workflows/process_release.yml @@ -276,7 +276,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 @@ -284,7 +284,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 @@ -292,7 +292,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