46
46
gke-cluster-region : ${{ steps.gke-cluster-region.outputs.stdout }}
47
47
gke-cluster-zone : ${{ steps.gke-cluster-zone.outputs.stdout }}
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
with :
51
51
ref : ${{ inputs.ref }}
52
52
repository : fluent/fluent-bit-ci
@@ -57,12 +57,12 @@ jobs:
57
57
cli_config_credentials_token : ${{ secrets.terraform_api_token }}
58
58
59
59
- id : ' auth'
60
- uses : ' google-github-actions/auth@v2 '
60
+ uses : ' google-github-actions/auth@v3 '
61
61
with :
62
62
credentials_json : ${{ secrets.gcp-service-account-key }}
63
63
64
64
- name : ' Set up Cloud SDK'
65
- uses : ' google-github-actions/setup-gcloud@v2 '
65
+ uses : ' google-github-actions/setup-gcloud@v3 '
66
66
67
67
- name : Replace terraform variables.
68
68
run : |
@@ -101,7 +101,7 @@ jobs:
101
101
working-directory : terraform
102
102
continue-on-error : true
103
103
104
- - uses : actions/github-script@v7
104
+ - uses : actions/github-script@v8
105
105
if : github.event_name == 'pull_request'
106
106
env :
107
107
PLAN : " terraform\n ${{ steps.plan.outputs.stdout }}"
@@ -175,7 +175,7 @@ jobs:
175
175
- name : Test image exists and cache locally
176
176
run : docker pull ${{ inputs.image_name }}:${{ inputs.image_tag }}
177
177
178
- - uses : actions/checkout@v4
178
+ - uses : actions/checkout@v5
179
179
with :
180
180
ref : ${{ inputs.ref }}
181
181
repository : fluent/fluent-bit-ci
@@ -234,18 +234,18 @@ jobs:
234
234
env :
235
235
USE_GKE_GCLOUD_AUTH_PLUGIN : true
236
236
steps :
237
- - uses : actions/checkout@v4
237
+ - uses : actions/checkout@v5
238
238
with :
239
239
ref : ${{ inputs.ref }}
240
240
repository : fluent/fluent-bit-ci
241
241
242
242
- if : matrix.cloud == 'gke'
243
- uses : ' google-github-actions/auth@v2 '
243
+ uses : ' google-github-actions/auth@v3 '
244
244
with :
245
245
credentials_json : ${{ secrets.gcp-service-account-key }}
246
246
247
247
- if : matrix.cloud == 'gke'
248
- uses : ' google-github-actions/setup-gcloud@v2 '
248
+ uses : ' google-github-actions/setup-gcloud@v3 '
249
249
with :
250
250
install_components : ' gke-gcloud-auth-plugin'
251
251
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
- name : Get the GKE Kubeconfig
266
266
if : matrix.cloud == 'gke'
267
- uses : ' google-github-actions/get-gke-credentials@v2 '
267
+ uses : ' google-github-actions/get-gke-credentials@v3 '
268
268
with :
269
269
cluster_name : ${{ needs.call-run-terraform-setup.outputs.gke-cluster-name }}
270
270
location : ${{ needs.call-run-terraform-setup.outputs.gke-cluster-zone }}
0 commit comments