Skip to content

Commit 5fd419b

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump google-github-actions/setup-gcloud from 2.1.4 to 3.0.1
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.4 to 3.0.1. - [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@77e7a55...aa5489c) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f046c1d commit 5fd419b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/job.containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
export_environment_variables: true
225225
cleanup_credentials: true
226226
- name: "Setup: Setup Cloud SDK"
227-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
227+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
228228
with:
229229
version: 389.0.0
230230
project_id: elide-fw
@@ -336,7 +336,7 @@ jobs:
336336
export_environment_variables: true
337337
cleanup_credentials: true
338338
- name: "Setup: Cloud SDK"
339-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
339+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
340340
with:
341341
version: 389.0.0
342342
project_id: elide-fw

.github/workflows/job.site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
export_environment_variables: true
6868
cleanup_credentials: true
6969
- name: "Setup: Setup Cloud SDK"
70-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
70+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
7171
with:
7272
version: 389.0.0
7373
project_id: elide-fw
@@ -186,7 +186,7 @@ jobs:
186186
export_environment_variables: true
187187
cleanup_credentials: true
188188
- name: "Setup: Setup Cloud SDK"
189-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
189+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
190190
with:
191191
version: 389.0.0
192192
project_id: elide-fw

.github/workflows/publish.maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
cleanup_credentials: true
185185
- name: "Setup: Setup Cloud SDK"
186186
if: ${{ inputs.gcp }}
187-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
187+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
188188
with:
189189
version: 389.0.0
190190
project_id: elide-fw

0 commit comments

Comments
 (0)