Skip to content

Commit 3787f77

Browse files
Bump google-github-actions/auth from 2 to 3
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] <support@github.com>
1 parent 0db8b66 commit 3787f77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cnspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Authenticate with Google Cloud
60-
uses: "google-github-actions/auth@v2"
60+
uses: "google-github-actions/auth@v3"
6161
with:
6262
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
6363

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Authenticate with Google Cloud
72-
uses: "google-github-actions/auth@v2"
72+
uses: "google-github-actions/auth@v3"
7373
with:
7474
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
7575

@@ -176,7 +176,7 @@ jobs:
176176
password: ${{ secrets.GITHUB_TOKEN }}
177177

178178
- name: Authenticate with Google Cloud
179-
uses: "google-github-actions/auth@v2"
179+
uses: "google-github-actions/auth@v3"
180180
with:
181181
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
182182

0 commit comments

Comments
 (0)