Skip to content

Commit

Permalink
build(deps): bump google-github-actions/setup-gcloud from 1.0.0 to 1.…
Browse files Browse the repository at this point in the history
…0.1 (#5614)

Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.0.0 to 1.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@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2022
1 parent 074733d commit cbc2e39
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

- name: Create instance template
run: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Create instance template from container image
- name: Manual deploy of a single instance running zebrad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Disk images in GCP are required to be in lowercase, but the blockchain network
# uses sentence case, so we need to downcase ${{ env.NETWORK or github.event.inputs.network }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Deletes all instances older than $DELETE_INSTANCE_DAYS days.
#
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Create a Compute Engine virtual machine
- name: Create ${{ inputs.test_id }} GCP compute instance
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Launch the test without any cached state
- name: Launch ${{ inputs.test_id }} test
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Find a cached state disk for this job, matching all of:
# - disk cached state (lwd_state_dir/zebra_state_dir or disk_prefix) - zebrad-cache or lwd-cache
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Launch the test with the previously created Zebra-only cached state.
# Each test runs one of the "Launch test" steps, and skips the other.
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show all the logs since the container launched,
# following until Sapling activation (or the test finishes).
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until Canopy activation (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (heartwood)
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until NU5 activation (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (canopy)
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until block 1,740,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1740k)
Expand Down Expand Up @@ -796,7 +796,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until block 1,760,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1760k)
Expand Down Expand Up @@ -856,7 +856,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until block 1,780,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1780k)
Expand Down Expand Up @@ -917,7 +917,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until block 1,800,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1800k)
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until block 1,820,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1820k)
Expand Down Expand Up @@ -1034,7 +1034,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Show recent logs, following until the last checkpoint (or the test finishes)
#
Expand Down Expand Up @@ -1097,7 +1097,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Check that the container executed at least 1 Rust test harness test, and that all tests passed.
# Then wait for the container to finish, and exit with the test's exit status.
Expand Down Expand Up @@ -1186,7 +1186,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Get the state version from the local constants.rs file to be used in the image creation,
# as the state version is part of the disk image name.
Expand Down Expand Up @@ -1363,7 +1363,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Deletes the instances that has been recently deployed in the actual commit after all
# previous jobs have run, no matter the outcome of the job.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcash-lightwalletd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
token_format: 'access_token'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

- name: Login to Google Artifact Registry
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcashd-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Create instance template from container image
- name: Create instance template
Expand Down

0 comments on commit cbc2e39

Please sign in to comment.