Skip to content

Commit

Permalink
build(deps): update envoyproxy/toolshed requirement to actions-v0.1.57
Browse files Browse the repository at this point in the history
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.57)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent b64e1f6 commit 9c950a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/envoy-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57
with:
repository: "envoyproxy/${{ matrix.downstream }}"
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: ${{ github.event.workflow.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: ${{ inputs.workflowName }}
Expand Down

0 comments on commit 9c950a0

Please sign in to comment.