diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 90b8baf7..59337a6d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -105,7 +105,7 @@ jobs: run: npm ci - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2.1.2 + uses: google-github-actions/auth@v2.1.3 with: credentials_json: ${{ secrets.GCP_SA_KEY }}