diff --git a/.github/workflows/CD_production.yml b/.github/workflows/CD_production.yml index 3f7c8e20e..9b2717c5f 100644 --- a/.github/workflows/CD_production.yml +++ b/.github/workflows/CD_production.yml @@ -33,7 +33,7 @@ jobs: --output-file requirements.txt - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.CLOUD_DEPLOY_SERVICE_ACCOUNT_KEY }} diff --git a/.github/workflows/CD_staging.yml b/.github/workflows/CD_staging.yml index 5d2abf9e1..bbf43b132 100644 --- a/.github/workflows/CD_staging.yml +++ b/.github/workflows/CD_staging.yml @@ -33,7 +33,7 @@ jobs: --output-file requirements.txt - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.CLOUD_DEPLOY_SERVICE_ACCOUNT_KEY }}