From a0769d6a82a9a7c34eb5f1029797e815ce129daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:22:30 +0800 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.17 to 0.0.18 (#1863) Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.17 to 0.0.18. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.0.17...actions-v0.0.18) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/retest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retest.yaml b/.github/workflows/retest.yaml index ec91295699b..cd63a4d6a1e 100644 --- a/.github/workflows/retest.yaml +++ b/.github/workflows/retest.yaml @@ -22,6 +22,6 @@ jobs: pull-requests: write actions: write steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.17 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.18 with: token: ${{ secrets.GITHUB_TOKEN }}