4646 gke-cluster-region : ${{ steps.gke-cluster-region.outputs.stdout }}
4747 gke-cluster-zone : ${{ steps.gke-cluster-zone.outputs.stdout }}
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 with :
5151 ref : ${{ inputs.ref }}
5252 repository : fluent/fluent-bit-ci
@@ -57,12 +57,12 @@ jobs:
5757 cli_config_credentials_token : ${{ secrets.terraform_api_token }}
5858
5959 - id : ' auth'
60- uses : ' google-github-actions/auth@v2 '
60+ uses : ' google-github-actions/auth@v3 '
6161 with :
6262 credentials_json : ${{ secrets.gcp-service-account-key }}
6363
6464 - name : ' Set up Cloud SDK'
65- uses : ' google-github-actions/setup-gcloud@v2 '
65+ uses : ' google-github-actions/setup-gcloud@v3 '
6666
6767 - name : Replace terraform variables.
6868 run : |
@@ -101,7 +101,7 @@ jobs:
101101 working-directory : terraform
102102 continue-on-error : true
103103
104- - uses : actions/github-script@v7
104+ - uses : actions/github-script@v8
105105 if : github.event_name == 'pull_request'
106106 env :
107107 PLAN : " terraform\n ${{ steps.plan.outputs.stdout }}"
@@ -175,7 +175,7 @@ jobs:
175175 - name : Test image exists and cache locally
176176 run : docker pull ${{ inputs.image_name }}:${{ inputs.image_tag }}
177177
178- - uses : actions/checkout@v4
178+ - uses : actions/checkout@v5
179179 with :
180180 ref : ${{ inputs.ref }}
181181 repository : fluent/fluent-bit-ci
@@ -234,18 +234,18 @@ jobs:
234234 env :
235235 USE_GKE_GCLOUD_AUTH_PLUGIN : true
236236 steps :
237- - uses : actions/checkout@v4
237+ - uses : actions/checkout@v5
238238 with :
239239 ref : ${{ inputs.ref }}
240240 repository : fluent/fluent-bit-ci
241241
242242 - if : matrix.cloud == 'gke'
243- uses : ' google-github-actions/auth@v2 '
243+ uses : ' google-github-actions/auth@v3 '
244244 with :
245245 credentials_json : ${{ secrets.gcp-service-account-key }}
246246
247247 - if : matrix.cloud == 'gke'
248- uses : ' google-github-actions/setup-gcloud@v2 '
248+ uses : ' google-github-actions/setup-gcloud@v3 '
249249 with :
250250 install_components : ' gke-gcloud-auth-plugin'
251251
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Get the GKE Kubeconfig
266266 if : matrix.cloud == 'gke'
267- uses : ' google-github-actions/get-gke-credentials@v2 '
267+ uses : ' google-github-actions/get-gke-credentials@v3 '
268268 with :
269269 cluster_name : ${{ needs.call-run-terraform-setup.outputs.gke-cluster-name }}
270270 location : ${{ needs.call-run-terraform-setup.outputs.gke-cluster-zone }}
0 commit comments