File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
PULL_REQUEST_NUMBER : ${{ github.event.number }}
109
109
run : echo "dir=pull/${PULL_REQUEST_NUMBER}" >> "$GITHUB_OUTPUT"
110
110
111
- - uses : google-github-actions/auth@v2
111
+ - uses : google-github-actions/auth@v3
112
112
with :
113
113
credentials_json : ${{ secrets.GCP_CREDENTIALS }}
114
114
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
name : zip-files
154
154
path : ${{ github.ref }}
155
- - uses : google-github-actions/auth@v2
155
+ - uses : google-github-actions/auth@v3
156
156
with :
157
157
credentials_json : ${{ secrets.GCP_CREDENTIALS }}
158
158
- name : Upload PR files
@@ -209,7 +209,7 @@ jobs:
209
209
timeout-minutes : 20
210
210
if : ( github.event_name == 'pull_request' && github.event.action == 'closed' && contains( github.head_ref, 'dependabot/' ) == false ) && github.event.pull_request.head.repo.fork == false
211
211
steps :
212
- - uses : google-github-actions/auth@v2
212
+ - uses : google-github-actions/auth@v3
213
213
with :
214
214
credentials_json : ${{ secrets.GCP_CREDENTIALS }}
215
215
- uses : google-github-actions/setup-gcloud@v2
You can’t perform that action at this time.
0 commit comments