Skip to content

Commit 5c1b484

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage). Updates `google-github-actions/auth` from 2.1.10 to 2.1.11 - [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.1.10...v2.1.11) Updates `google-github-actions/setup-gcloud` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2.1.4...v2.1.5) Updates `google-github-actions/upload-cloud-storage` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](google-github-actions/upload-cloud-storage@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: google-github-actions/upload-cloud-storage dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent faf6e41 commit 5c1b484

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,19 +362,19 @@ jobs:
362362

363363
- name: Authenticate to Google Cloud
364364
if: ${{ env.IS_STAGING == 'true' }}
365-
uses: 'google-github-actions/[email protected].10'
365+
uses: 'google-github-actions/[email protected].11'
366366
with:
367367
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
368368

369369
- name: Set up Google Cloud SDK
370370
if: ${{ env.IS_STAGING == 'true' }}
371-
uses: google-github-actions/[email protected].4
371+
uses: google-github-actions/[email protected].5
372372
with:
373373
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
374374

375375
- name: Upload staging files to public bucket
376376
if: ${{ env.IS_STAGING == 'true' }}
377-
uses: google-github-actions/[email protected].2
377+
uses: google-github-actions/[email protected].3
378378
with:
379379
path: out
380380
glob: '*'

.github/workflows/kcl-language-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,16 +329,16 @@ jobs:
329329
mkdir -p releases/language-server/${{ env.TAG }}
330330
cp -r build/* releases/language-server/${{ env.TAG }}
331331
- name: "Authenticate to Google Cloud"
332-
uses: "google-github-actions/[email protected].10"
332+
uses: "google-github-actions/[email protected].11"
333333
with:
334334
credentials_json: "${{ secrets.GOOGLE_CLOUD_DL_SA }}"
335335
- name: Set up Cloud SDK
336-
uses: google-github-actions/[email protected].4
336+
uses: google-github-actions/[email protected].5
337337
with:
338338
project_id: kittycadapi
339339
- name: "upload files to gcp"
340340
id: upload-files
341-
uses: google-github-actions/[email protected].2
341+
uses: google-github-actions/[email protected].3
342342
with:
343343
path: rust/releases
344344
destination: dl.kittycad.io

.github/workflows/publish-apps-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ jobs:
108108
run: npm run files:set-notes
109109

110110
- name: Authenticate to Google Cloud
111-
uses: 'google-github-actions/[email protected].10'
111+
uses: 'google-github-actions/[email protected].11'
112112
with:
113113
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
114114

115115
- name: Set up Google Cloud SDK
116-
uses: google-github-actions/[email protected].4
116+
uses: google-github-actions/[email protected].5
117117
with:
118118
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
119119

120120
- name: Upload release files to public bucket
121-
uses: google-github-actions/[email protected].2
121+
uses: google-github-actions/[email protected].3
122122
with:
123123
path: out
124124
glob: '*'

0 commit comments

Comments
 (0)