From 83035271dba7475df8178c02a730c1e27efb1193 Mon Sep 17 00:00:00 2001 From: Pavlo Myroniuk Date: Sat, 3 Feb 2024 23:12:42 +0200 Subject: [PATCH] feat(ci): update google-github-actions/auth from v0 to v4 --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2e3e1b1f..105e3d6e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -49,7 +49,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v4' with: credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'