diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1a9a4c44..c6a9e8ac 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.0.0 + uses: google-github-actions/auth@v2.0.1 with: credentials_json: ${{ secrets.GCP_SA_KEY }}