diff --git a/.github/workflows/service-pipeline.yml b/.github/workflows/service-pipeline.yml index aa5ebcb9..d19ff523 100644 --- a/.github/workflows/service-pipeline.yml +++ b/.github/workflows/service-pipeline.yml @@ -20,7 +20,7 @@ jobs: java-version: '19' distribution: 'temurin' cache: maven - - uses: google-github-actions/setup-gcloud@v0.2.0 + - uses: google-github-actions/setup-gcloud@v1 with: project_id: ${{ env.GKE_PROJECT }} service_account_key: ${{ secrets.GKE_KEY }}