From f24bc03d67b1304ddef8009cc5150cefdb7cc361 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:18:08 +0000 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v3 | datasource | package | from | to | | ----------- | ---------------------------------- | ------ | ------ | | github-tags | google-github-actions/setup-gcloud | v2.2.1 | v3.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- publish-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-report/action.yml b/publish-report/action.yml index 5c6c9080..5919573a 100644 --- a/publish-report/action.yml +++ b/publish-report/action.yml @@ -26,7 +26,7 @@ runs: credentials_json: "${{ fromJSON(steps.get-secrets.outputs.secrets).GCP_UPLOAD_ARTIFACTS_KEY }}" - name: "Set up Cloud SDK" - uses: "google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f" # v2.2.1 + uses: "google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db" # v3.0.1 - name: Publish report to Cloud Storage shell: bash