Skip to content

Commit 8284ee4

Browse files
Bump google-github-actions/auth from 1.0.0 to 1.1.0 (#71)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 440f194 commit 8284ee4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kitchen-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/marketplace/actions/authenticate-to-google-cloud
3232

3333
- name: Authenticate
34-
uses: google-github-actions/auth@v1.0.0
34+
uses: google-github-actions/auth@v1.1.0
3535
with:
3636
create_credentials_file: true
3737
service_account: ${{ inputs.service_account }}

.github/workflows/plan-and-apply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# https://github.com/marketplace/actions/authenticate-to-google-cloud
9999

100100
- name: Authenticate
101-
uses: google-github-actions/auth@v1.0.0
101+
uses: google-github-actions/auth@v1.1.0
102102
with:
103103
create_credentials_file: true
104104
service_account: ${{ inputs.service_account }}
@@ -207,7 +207,7 @@ jobs:
207207
# https://github.com/marketplace/actions/authenticate-to-google-cloud
208208

209209
- name: Authenticate
210-
uses: google-github-actions/auth@v1.0.0
210+
uses: google-github-actions/auth@v1.1.0
211211
with:
212212
create_credentials_file: true
213213
service_account: ${{ inputs.service_account }}

0 commit comments

Comments
 (0)