Skip to content

Commit 9e688a3

Browse files
dependabot[bot]jdvp
authored andcommitted
Bump the actions-dependencies group with 2 updates
Bumps the actions-dependencies group with 2 updates: [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud). Updates `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) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47a6b05 commit 9e688a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
- name: Auth for gcloud
1919
id: 'auth'
20-
uses: google-github-actions/auth@v2
20+
uses: google-github-actions/auth@v3
2121
with:
2222
credentials_json: '${{ secrets.GCP_SA_KEY }}'
2323

2424
- name: Set up gcloud sdk
25-
uses: google-github-actions/setup-gcloud@v2
25+
uses: google-github-actions/setup-gcloud@v3
2626

2727
- name: Set up JDK
2828
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)