File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ jobs:
3434 id-token : ' write'
3535
3636 steps :
37- - uses : ' actions/checkout@v3 '
37+ - uses : ' actions/checkout@v4 '
3838
3939 - id : ' auth'
40- uses : ' google-github-actions/auth@v1 '
40+ uses : ' google-github-actions/auth@v2 '
4141 with :
4242 token_format : ' access_token'
4343 workload_identity_provider : ${{ secrets.WIF_PROVIDER_NAME }}
4444 service_account : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
4545
46- - uses : ' google-github-actions/setup-gcloud@v1 '
46+ - uses : ' google-github-actions/setup-gcloud@v2 '
4747 with :
4848 install_components : " beta,terraform-tools"
4949
50- - uses : ' hashicorp/setup-terraform@v2 '
50+ - uses : ' hashicorp/setup-terraform@v3 '
5151 with :
5252 terraform_version : ' 1.5.7'
5353
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ jobs:
3636 pull-requests : " write"
3737
3838 steps :
39- - uses : " actions/checkout@v3 "
39+ - uses : " actions/checkout@v4 "
4040
4141 - id : " auth"
42- uses : " google-github-actions/auth@v1 "
42+ uses : " google-github-actions/auth@v2 "
4343 with :
4444 token_format : " access_token"
4545 workload_identity_provider : ${{ secrets.WIF_PROVIDER_NAME }}
4646 service_account : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
4747
48- - uses : " google-github-actions/setup-gcloud@v1 "
48+ - uses : " google-github-actions/setup-gcloud@v2 "
4949 with :
5050 install_components : " beta,terraform-tools"
5151
52- - uses : " hashicorp/setup-terraform@v2 "
52+ - uses : " hashicorp/setup-terraform@v3 "
5353 with :
5454 terraform_version : " 1.5.7"
5555
You can’t perform that action at this time.
0 commit comments