From 278b7fc76dc6c6261a8d39536bf25926b7b01e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:54:00 +0800 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.2.17 to 0.2.20 (#2356) Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.17 to 0.2.20. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.2.17...actions-v0.2.20) --- 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 21da1529924..365333abd33 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.2.17 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.2.20 with: token: ${{ secrets.GITHUB_TOKEN }}