From 51a1bdea9ac3a2a0364c9daf44f4c3b8d107c99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:04:02 +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 0a6c670b4df95d5164af5b9c658a0f64e04f1602. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/4cca74db6587ee660235fbadaac5a4fc2a19cfa9...0a6c670b4df95d5164af5b9c658a0f64e04f1602) --- updated-dependencies: - dependency-name: envoyproxy/toolshed/actions/github/container/auth dependency-version: 0a6c670b4df95d5164af5b9c658a0f64e04f1602 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..8b983174 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@0a6c670b4df95d5164af5b9c658a0f64e04f1602 with: container: hello-world - name: Configure repo Bazel settings (base)