diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 6607e214d..d1e89521c 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,7 +28,7 @@ jobs: credentials_json: ${{ secrets.GKE_SA_KEY }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GKE_PROJECT }} - diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce7561daa..2cb53f674 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: credentials_json: ${{ secrets.gke-credentials }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.gke-project }} - diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b32c4f681..3c92cdd4c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -47,7 +47,7 @@ jobs: password: ${{ steps.auth.outputs.access_token }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.gke-project }} -