From 2a7493d04cbbd23a68cb3b2aec5842d3504ce5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:53:03 +0000 Subject: [PATCH] build(deps): update envoyproxy/toolshed requirement to actions-v0.1.46 Updates the requirements on [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) to permit the latest version. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/actions-v0.1.46) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/commands.yml | 2 +- .github/workflows/envoy-sync.yml | 2 +- .github/workflows/workflow-complete.yml | 2 +- .github/workflows/workflow-start.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 5fc807e0c3c2..c4ced7a7d45a 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -22,6 +22,6 @@ jobs: pull-requests: write actions: write steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.2 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.1.46 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 7cf644bb2e26..c6d1e03e370d 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -27,7 +27,7 @@ jobs: - envoy-filter-example - data-plane-api steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.3 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.46 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index bed4f808122a..ce99156df749 100644 --- a/.github/workflows/workflow-complete.yml +++ b/.github/workflows/workflow-complete.yml @@ -52,7 +52,7 @@ jobs: echo "state=${STATE}" >> "$GITHUB_OUTPUT" id: job - name: Complete status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.2 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.46 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ github.event.workflow.name }} diff --git a/.github/workflows/workflow-start.yml b/.github/workflows/workflow-start.yml index 66017c0cf0c2..7ccc44be3d41 100644 --- a/.github/workflows/workflow-start.yml +++ b/.github/workflows/workflow-start.yml @@ -19,7 +19,7 @@ jobs: statuses: write steps: - name: Start status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.2 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.46 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflowName }}