From e26386d59332ee2356780e48e954bd2e3a32b2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:03:56 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed/actions/github/container/auth Bumps [envoyproxy/toolshed/actions/github/container/auth](https://github.com/envoyproxy/toolshed) from 4cca74db6587ee660235fbadaac5a4fc2a19cfa9 to 6a376dc7f9b74ca79ef667f7a055b06c2ff9b99f. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/4cca74db6587ee660235fbadaac5a4fc2a19cfa9...6a376dc7f9b74ca79ef667f7a055b06c2ff9b99f) --- updated-dependencies: - dependency-name: envoyproxy/toolshed/actions/github/container/auth dependency-version: 6a376dc7f9b74ca79ef667f7a055b06c2ff9b99f 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 a45dd0f5..ddbfdb91 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@4cca74db6587ee660235fbadaac5a4fc2a19cfa9 + uses: envoyproxy/toolshed/actions/github/container/auth@6a376dc7f9b74ca79ef667f7a055b06c2ff9b99f with: container: hello-world - name: Configure repo Bazel settings (base)