@@ -40,13 +40,13 @@ jobs:
40
40
- uses : ' actions/checkout@v4'
41
41
42
42
- id : ' auth'
43
- uses : ' google-github-actions/auth@v2 '
43
+ uses : ' google-github-actions/auth@v3 '
44
44
with :
45
45
workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
46
46
service_account :
' [email protected] '
47
47
48
48
- id : ' compute-ssh'
49
- uses : ' google-github-actions/ssh-compute@v1 '
49
+ uses : ' google-github-actions/ssh-compute@v2 '
50
50
with :
51
51
instance_name : ' example-instance'
52
52
zone : ' us-central1-a'
@@ -104,13 +104,13 @@ jobs:
104
104
- uses: 'actions/checkout@v4'
105
105
106
106
- id: 'auth'
107
- uses: 'google-github-actions/auth@v2 '
107
+ uses: 'google-github-actions/auth@v3 '
108
108
with:
109
109
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
110
110
service_account: '[email protected] '
111
111
112
112
- id: 'compute-ssh'
113
- uses: 'google-github-actions/ssh-compute@v1 '
113
+ uses: 'google-github-actions/ssh-compute@v2 '
114
114
with:
115
115
instance_name: 'example-instance'
116
116
zone: 'us-central1-a'
@@ -127,12 +127,12 @@ jobs:
127
127
- uses: 'actions/checkout@v4'
128
128
129
129
- id: 'auth'
130
- uses: 'google-github-actions/auth@v2 '
130
+ uses: 'google-github-actions/auth@v3 '
131
131
with:
132
132
credentials_json: '${{ secrets.gcp_credentials }}'
133
133
134
134
- id: 'compute-ssh'
135
- uses: 'google-github-actions/ssh-compute@v1 '
135
+ uses: 'google-github-actions/ssh-compute@v2 '
136
136
with:
137
137
instance_name: 'example-instance'
138
138
zone: 'us-central1-a'
@@ -154,7 +154,7 @@ jobs:
154
154
- uses: 'actions/checkout@v4'
155
155
156
156
- id: 'compute-ssh'
157
- uses: 'google-github-actions/ssh-compute@v1 '
157
+ uses: 'google-github-actions/ssh-compute@v2 '
158
158
with:
159
159
instance_name: 'example-instance'
160
160
zone: 'us-central1-a'
0 commit comments