From 2c8c69c22aa79a1361e10a30a027f4a207199f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:36:03 +0000 Subject: [PATCH] Update google-github-actions/setup-gcloud action to v2.1.4 | datasource | package | from | to | | ----------- | ---------------------------------- | ------ | ------ | | github-tags | google-github-actions/setup-gcloud | v2.1.2 | v2.1.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/nfr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index fdd46e21af..679caefb5a 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -93,7 +93,7 @@ jobs: service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2 + uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4 with: project_id: ${{ secrets.GCP_PROJECT_ID }} install_components: kubectl