Skip to content

Commit b7ce3b7

Browse files
committed
Update google-github-actions/auth to v3.
1 parent ded5c95 commit b7ce3b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
PULL_REQUEST_NUMBER: ${{ github.event.number }}
109109
run: echo "dir=pull/${PULL_REQUEST_NUMBER}" >> "$GITHUB_OUTPUT"
110110

111-
- uses: google-github-actions/auth@v2
111+
- uses: google-github-actions/auth@v3
112112
with:
113113
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
114114

.github/workflows/zips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
name: zip-files
154154
path: ${{ github.ref }}
155-
- uses: google-github-actions/auth@v2
155+
- uses: google-github-actions/auth@v3
156156
with:
157157
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
158158
- name: Upload PR files
@@ -209,7 +209,7 @@ jobs:
209209
timeout-minutes: 20
210210
if: ( github.event_name == 'pull_request' && github.event.action == 'closed' && contains( github.head_ref, 'dependabot/' ) == false ) && github.event.pull_request.head.repo.fork == false
211211
steps:
212-
- uses: google-github-actions/auth@v2
212+
- uses: google-github-actions/auth@v3
213213
with:
214214
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
215215
- uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)