Skip to content

Commit

Permalink
Bump google-github-actions/auth from 0.8.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.1 to 2.1.2.
- [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@v0.8.1...v2.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent c325418 commit 1c5774a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: google-github-actions/auth@v0.8.1
- uses: google-github-actions/auth@v2.1.2
with:
credentials_json: ${{ secrets.GCP_SA_KEY_GCR_PUSHER }}

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
environment: staging

steps:
- uses: google-github-actions/auth@v0.8.1
- uses: google-github-actions/auth@v2.1.2
with:
credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }}

Expand All @@ -134,7 +134,7 @@ jobs:
environment: production

steps:
- uses: google-github-actions/auth@v0.8.1
- uses: google-github-actions/auth@v2.1.2
with:
credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }}

Expand Down

0 comments on commit 1c5774a

Please sign in to comment.