Skip to content

Commit 499006d

Browse files
Bump google cloud actions (#1302)
Bumps the patch group with 3 updates: [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 653fc32 commit 499006d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/make-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: 'Authenticate to Google Cloud'
18-
uses: 'google-github-actions/[email protected].10'
18+
uses: 'google-github-actions/[email protected].11'
1919
with:
2020
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
2121
- name: Set up Cloud SDK
22-
uses: google-github-actions/[email protected].4
22+
uses: google-github-actions/[email protected].5
2323
with:
2424
project_id: kittycadapi
2525
- name: Install latest nightly
@@ -68,7 +68,7 @@ jobs:
6868
cp cross/README.md cross/${{matrix.os}}-${{github.ref_name}}-README.md
6969
- name: 'upload binary files'
7070
id: upload-files
71-
uses: google-github-actions/[email protected].2
71+
uses: google-github-actions/[email protected].3
7272
with:
7373
path: releases
7474
destination: dl.kittycad.io
@@ -145,11 +145,11 @@ jobs:
145145
steps:
146146
- uses: actions/checkout@master
147147
- name: 'Authenticate to Google Cloud'
148-
uses: 'google-github-actions/[email protected].10'
148+
uses: 'google-github-actions/[email protected].11'
149149
with:
150150
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
151151
- name: Set up Cloud SDK
152-
uses: google-github-actions/[email protected].4
152+
uses: google-github-actions/[email protected].5
153153
with:
154154
project_id: kittycadapi
155155
- name: Install deps
@@ -217,7 +217,7 @@ jobs:
217217
cp -r homebrew releases/$(basename $(pwd))/${VERSION}
218218
- name: 'upload binary files'
219219
id: upload-files
220-
uses: google-github-actions/[email protected].2
220+
uses: google-github-actions/[email protected].3
221221
with:
222222
path: releases
223223
destination: dl.kittycad.io

0 commit comments

Comments
 (0)