Skip to content

Commit

Permalink
build(deps): bump envoyproxy/toolshed from actions-v0.0.1 to 0.0.4
Browse files Browse the repository at this point in the history
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.1 to 0.0.4. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](envoyproxy/toolshed@actions-v0.0.1...actions-v0.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent bd9cea7 commit 308521b
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.1
- uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.4
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 @@ -20,7 +20,7 @@ jobs:
- envoy-filter-example
- data-plane-api
steps:
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.1
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.4
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.1
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.4
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.1
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.4
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: ${{ inputs.workflowName }}
Expand Down

0 comments on commit 308521b

Please sign in to comment.