From 37af87cdfb2992f8d48153ee0db0dd21d525f272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:55:09 +0000 Subject: [PATCH] build(deps): bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 (#6100) Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.0.1 to 1.1.0. - [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](https://github.com/google-github-actions/setup-gcloud/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continous-delivery.yml | 4 +- .../continous-integration-docker.yml | 2 +- .github/workflows/delete-gcp-resources.yml | 2 +- .github/workflows/deploy-gcp-tests.yml | 40 +++++++++---------- .github/workflows/zcash-lightwalletd.yml | 2 +- .github/workflows/zcashd-manual-deploy.yml | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 2333d080..94574c1d 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -151,7 +151,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # TODO we should implement the fixes from https://github.com/ZcashFoundation/zebra/pull/5670 here # but the implementation is failing as it's requiring the disk names, contrary to what is stated in the official documentation @@ -234,7 +234,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Create instance template from container image - name: Manual deploy of a single instance running zebrad diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 3b75656e..4f0bb12c 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -110,7 +110,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # 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 }} diff --git a/.github/workflows/delete-gcp-resources.yml b/.github/workflows/delete-gcp-resources.yml index 4d6ad31e..7996b53b 100644 --- a/.github/workflows/delete-gcp-resources.yml +++ b/.github/workflows/delete-gcp-resources.yml @@ -44,7 +44,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Deletes all instances older than $DELETE_INSTANCE_DAYS days. # diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index f0ecbdbb..2b90eb3a 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -157,7 +157,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Create a Compute Engine virtual machine - name: Create ${{ inputs.test_id }} GCP compute instance @@ -239,7 +239,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Launch the test without any cached state - name: Launch ${{ inputs.test_id }} test @@ -309,7 +309,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # 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 @@ -480,7 +480,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Launch the test with the previously created Zebra-only cached state. # Each test runs one of the "Launch test" steps, and skips the other. @@ -616,7 +616,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # follow the logs of the test we just launched, up to Canopy activation (or the test finishing) # @@ -663,7 +663,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show all the logs since the container launched, # following until Canopy activation (or the test finishes) @@ -735,7 +735,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until NU5 activation (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (canopy) @@ -802,7 +802,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,740,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1740k) @@ -871,7 +871,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,760,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1760k) @@ -940,7 +940,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,780,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1780k) @@ -1010,7 +1010,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,800,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1800k) @@ -1079,7 +1079,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,820,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1820k) @@ -1148,7 +1148,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,850,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1850k) @@ -1217,7 +1217,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,880,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1880k) @@ -1286,7 +1286,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,920,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1920k) @@ -1354,7 +1354,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until block 1,960,000 (or the test finishes) - name: Show logs for ${{ inputs.test_id }} test (1920k) @@ -1419,7 +1419,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Show recent logs, following until the last checkpoint (or the test finishes) # @@ -1491,7 +1491,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # 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. @@ -1589,7 +1589,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # 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. @@ -1764,7 +1764,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # 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. diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index a9812a7f..733ab64a 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -120,7 +120,7 @@ jobs: token_format: 'access_token' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 - name: Login to Google Artifact Registry uses: docker/login-action@v2.1.0 diff --git a/.github/workflows/zcashd-manual-deploy.yml b/.github/workflows/zcashd-manual-deploy.yml index b41c9ae1..1c241b0a 100644 --- a/.github/workflows/zcashd-manual-deploy.yml +++ b/.github/workflows/zcashd-manual-deploy.yml @@ -58,7 +58,7 @@ jobs: service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v1.0.1 + uses: google-github-actions/setup-gcloud@v1.1.0 # Create instance template from container image - name: Create instance template