diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d72b2fe26..c15c258eb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -29,7 +29,7 @@ jobs: credentials_json: ${{ secrets.GKE_SA_KEY }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ secrets.GKE_PROJECT }} - diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62d7fae59..25d369738 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: credentials_json: ${{ secrets.gke-credentials }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ secrets.gke-project }} - diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1679b68c8..342345032 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -48,7 +48,7 @@ jobs: password: ${{ steps.auth.outputs.access_token }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ secrets.gke-project }} -