Skip to content

Commit

Permalink
Bump google-github-actions/auth from 2.1.7 to 2.1.8 (#5218)
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.7 to 2.1.8.
- [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.7...v2.1.8)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 763a1b6 commit ce62fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Authenticate to Google Cloud
if: ${{ env.IS_NIGHTLY == 'true' }}
uses: 'google-github-actions/[email protected].7'
uses: 'google-github-actions/[email protected].8'
with:
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-apps-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: yarn files:set-notes

- name: Authenticate to Google Cloud
uses: 'google-github-actions/[email protected].7'
uses: 'google-github-actions/[email protected].8'
with:
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'

Expand Down

0 comments on commit ce62fe6

Please sign in to comment.