From 1b3dbef37e6e43f93d4022484c66c226f930445f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 30 Oct 2024 19:15:17 +0000
Subject: [PATCH] chore(deps): update dependency google-github-actions/auth to
 v2.1.7 (#32233)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 docs/usage/docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 43981e7ab0..881eb729e4 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -300,7 +300,7 @@ Renovate will get the credentials with the [`google-auth-library`](https://www.n
 ```yaml title="Example for Workload Identity plus Renovate host rules"
 - name: authenticate to google cloud
   id: auth
-  uses: google-github-actions/auth@v2.1.6
+  uses: google-github-actions/auth@v2.1.7
   with:
     token_format: 'access_token'
     workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
-- 
GitLab