From be855e40303ae39dca05f68117031727e15853f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:07:24 +0000 Subject: [PATCH] build(deps): update envoyproxy/toolshed requirement to 598eacce15ab5f208102a2fd5669292868002701 Updates the requirements on [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) to permit the latest version. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/598eacce15ab5f208102a2fd5669292868002701) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 598eacce15ab5f208102a2fd5669292868002701 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1449019e..9927ca03 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: - name: RBE auth check id: rbe if: github.event_name == 'pull_request' - uses: envoyproxy/toolshed/actions/github/container/auth@f3c0acc8c3799305101f5669042b388edfb070c7 + uses: envoyproxy/toolshed/actions/github/container/auth@598eacce15ab5f208102a2fd5669292868002701 with: container: hello-world - name: Configure repo Bazel settings (base)