From e5f9b945e626b3f34b69f958f8cbc2a5de492795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:56:33 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.10 to 0.0.17 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.10 to 0.0.17. 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.10...actions-v0.0.17) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/envoy-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/envoy-sync.yaml b/.github/workflows/envoy-sync.yaml index bd2bfed04b..60cd575006 100644 --- a/.github/workflows/envoy-sync.yaml +++ b/.github/workflows/envoy-sync.yaml @@ -22,7 +22,7 @@ jobs: }} steps: - id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.17 with: key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }} app_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}