From 3435367f880b61b3c53703ada23084a0888ac97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:27:55 +0000 Subject: [PATCH] Bump envoyproxy/toolshed from actions-v0.0.1 to 0.0.10 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.1 to 0.0.10. 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.1...actions-v0.0.10) --- 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 ceb8ccf98f..bd2bfed04b 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.1 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.10 with: key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }} app_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}