Skip to content

Commit

Permalink
chore(deps): bump the ci-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 1 update: [google-github-actions/auth](https://github.com/google-github-actions/auth).

- [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@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Dec 14, 2023
1 parent b97b4fc commit 8d49bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
create_credentials_file: true
token_format: access_token
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
create_credentials_file: true
token_format: access_token
Expand Down

0 comments on commit 8d49bbd

Please sign in to comment.