Skip to content

Commit

Permalink
chore(deps): update google-github-actions/setup-gcloud action to v1.1…
Browse files Browse the repository at this point in the history
….1 (#719)

Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8ad944e commit c5a3c0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-and-vendor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand All @@ -43,7 +43,7 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix-vendor-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix-vendor-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendor-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
- uses: google-github-actions/[email protected].0
- uses: google-github-actions/[email protected].1
- name: Login to gcr
run: gcloud auth configure-docker -q
- name: Login to plural registry
Expand Down

0 comments on commit c5a3c0a

Please sign in to comment.