diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd5abf9..aaa2a9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: run: pnpm build - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }} @@ -129,7 +129,7 @@ jobs: run: pnpm test:run - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}