Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/auth from 0 to 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 to 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...v2)

---
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 Nov 29, 2023
1 parent 00eada7 commit 21df023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- 5432:5432
steps:
- uses: actions/[email protected]
- uses: "google-github-actions/auth@v0"
- uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}"
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- 5432:5432
steps:
- uses: actions/[email protected]
- uses: "google-github-actions/auth@v0"
- uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}"
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multitenant-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3

- id: "auth"
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v2"
with:
credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/checkout@v3

- id: "auth"
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v2"
with:
credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
Expand Down

0 comments on commit 21df023

Please sign in to comment.