Skip to content

Commit 3954d19

Browse files
dependabot[bot]nemesifier
authored andcommitted
[ci] 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 b63bf37 commit 3954d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Setup Google Cloud
5252
if: ${{ github.event_name=='push' }}
53-
uses: "google-github-actions/auth@v2"
53+
uses: "google-github-actions/auth@v3"
5454
with:
5555
credentials_json: ${{ secrets.GCS_DOWNLOADS_SERVICE_ACCOUNT_JSON }}
5656
project_id: ${{ secrets.GCS_PROJECT_ID }}
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Authenticate to Google Cloud
7777
if: ${{ github.event_name=='push' }}
78-
uses: google-github-actions/auth@v2
78+
uses: google-github-actions/auth@v3
7979
with:
8080
credentials_json: ${{ secrets.GCS_DOWNLOADS_SERVICE_ACCOUNT_JSON }}
8181
project_id: ${{ secrets.GCS_PROJECT_ID }}

0 commit comments

Comments
 (0)