Skip to content

Commit

Permalink
Bump google-github-actions/auth from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 3268c89 commit 89e3ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Configure GCP Credentials
id: auth
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: 'true'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER}}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Configure GCP Credentials
id: auth
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: 'true'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER}}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Configure GCP Credentials
id: auth
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: 'true'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER}}
Expand Down

0 comments on commit 89e3ec2

Please sign in to comment.