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:
34
34
id-token : ' write'
35
35
36
36
steps :
37
- - uses : ' actions/checkout@v3 '
37
+ - uses : ' actions/checkout@v4 '
38
38
39
39
- id : ' auth'
40
- uses : ' google-github-actions/auth@v1 '
40
+ uses : ' google-github-actions/auth@v2 '
41
41
with :
42
42
token_format : ' access_token'
43
43
workload_identity_provider : ${{ secrets.WIF_PROVIDER_NAME }}
44
44
service_account : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
45
45
46
- - uses : ' google-github-actions/setup-gcloud@v1 '
46
+ - uses : ' google-github-actions/setup-gcloud@v2 '
47
47
with :
48
48
install_components : " beta,terraform-tools"
49
49
50
- - uses : ' hashicorp/setup-terraform@v2 '
50
+ - uses : ' hashicorp/setup-terraform@v3 '
51
51
with :
52
52
terraform_version : ' 1.5.7'
53
53
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ jobs:
36
36
pull-requests : " write"
37
37
38
38
steps :
39
- - uses : " actions/checkout@v3 "
39
+ - uses : " actions/checkout@v4 "
40
40
41
41
- id : " auth"
42
- uses : " google-github-actions/auth@v1 "
42
+ uses : " google-github-actions/auth@v2 "
43
43
with :
44
44
token_format : " access_token"
45
45
workload_identity_provider : ${{ secrets.WIF_PROVIDER_NAME }}
46
46
service_account : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
47
47
48
- - uses : " google-github-actions/setup-gcloud@v1 "
48
+ - uses : " google-github-actions/setup-gcloud@v2 "
49
49
with :
50
50
install_components : " beta,terraform-tools"
51
51
52
- - uses : " hashicorp/setup-terraform@v2 "
52
+ - uses : " hashicorp/setup-terraform@v3 "
53
53
with :
54
54
terraform_version : " 1.5.7"
55
55
You can’t perform that action at this time.
0 commit comments