@cryptotaxi247 / netdata-1 / commits / a54923a18

Bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 (#14438)

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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Feb 8, 2023 at 07:24 UTC a54923a189cc8eef6f654906be9bff20a0984933
1 file changed +1 -1
.github/workflows/build.yml
+1 -1
@@ -657,7 +657,7 @@ jobs:
657 credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}
658 - name: Setup GCS
659 id: gcs-setup
660 - uses: google-github-actions/setup-gcloud@v1.0.1
660 + uses: google-github-actions/setup-gcloud@v1.1.0
661 - name: Upload Artifacts
662 id: upload
663 uses: google-github-actions/upload-cloud-storage@v1.0.0