Skip to content

Commit a658705

Browse files
chore(deps): Bump google-github-actions/auth from 2 to 3 (#1248)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d089777 commit a658705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-react-app-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- uses: google-github-actions/auth@v2
21+
- uses: google-github-actions/auth@v3
2222
with:
2323
project_id: ${{ secrets.GCP_PROJECT_ID }}
2424
credentials_json: ${{ secrets.GCP_SA_KEY }}

0 commit comments

Comments
 (0)