Skip to content

Commit 31fa998

Browse files
authored
Merge pull request #56 from sarvex/renovate/all-patch
Update all patch dependencies
2 parents b9e2a7e + c2620b4 commit 31fa998

File tree

5 files changed

+105
-110
lines changed

5 files changed

+105
-110
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ jobs:
327327
credentials_json: ${{ secrets.GCP_SA_KEY }}
328328
export_environment_variables: true
329329
- name: Set up Cloud SDK
330-
uses: google-github-actions/[email protected].0
330+
uses: google-github-actions/[email protected].1
331331
- name: Upload installers to GCS
332-
uses: google-github-actions/[email protected].0
332+
uses: google-github-actions/[email protected].3
333333
with:
334334
path: gcs_upload_dir/
335335
destination: ${{ env.GCS_BUCKET }}
@@ -340,7 +340,7 @@ jobs:
340340
gsutil rm gs://${{ env.GCS_BUCKET }}/${{ env.GCS_LATEST_PATH }}/** || true
341341
gsutil cp -r $OUTPUT_DIR/server_deb/* gs://${{ env.GCS_BUCKET }}/${{ env.GCS_LATEST_PATH }}/
342342
- name: Upload OpenAPI to GCS
343-
uses: google-github-actions/[email protected].0
343+
uses: google-github-actions/[email protected].3
344344
with:
345345
path: _artifacts/openapi/
346346
destination: ${{ env.GCS_BUCKET_OPENAPI }}

0 commit comments

Comments
 (0)