diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index b6f49d2c..d4e47ef4 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -101,7 +101,7 @@ jobs: environment: [ dev, prod ] steps: - name: Authenticate GCloud Service Account - uses: google-github-actions/auth@v2.1.3 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.GCP_CR_PRIVATE_KEY }} - name: Deploy ${{ matrix.environment }} to Cloud Run