diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index af5fd8b4..3f933f06 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.7 + uses: google-github-actions/auth@v2.1.8 with: credentials_json: ${{ secrets.GCP_SA_KEY }}