classicvalues / Cover_Letter

Cover letter repository.
MIT License
1 stars 0 forks source link

chore(deps): update google-github-actions/setup-gcloud action to v0.6.2 #75

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Type Change Package file References
google-github-actions/setup-gcloud patch action v0.6.0 -> v0.6.2 .github/workflows/googleXs.yml source

Release Notes

google-github-actions/setup-gcloud ### [`v0.6.2`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v0.6.2) [Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v0.6.1...v0.6.2) #### What's Changed - chore: update dependencies (automated) by [@​verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/576](https://togithub.com/google-github-actions/setup-gcloud/pull/576) - Release: v0.6.2 by [@​google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/577](https://togithub.com/google-github-actions/setup-gcloud/pull/577) **Full Changelog**: https://github.com/google-github-actions/setup-gcloud/compare/v0.6.1...v0.6.2 ### [`v0.6.1`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v0.6.1) [Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v0.6.0...v0.6.1) ##### What's Changed - chore: update dependabot settings by [@​averikitsch](https://togithub.com/averikitsch) in [https://github.com/google-github-actions/setup-gcloud/pull/522](https://togithub.com/google-github-actions/setup-gcloud/pull/522) - chore: switch to writeSecureFile from actions-utils by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/535](https://togithub.com/google-github-actions/setup-gcloud/pull/535) - feat: throw a very specific error when pinned to master by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/537](https://togithub.com/google-github-actions/setup-gcloud/pull/537) - chore: build dist by [@​google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/536](https://togithub.com/google-github-actions/setup-gcloud/pull/536) - chore: setFailed instead of throwing by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/541](https://togithub.com/google-github-actions/setup-gcloud/pull/541) - Typo fix by [@​mwarkentin](https://togithub.com/mwarkentin) in [https://github.com/google-github-actions/setup-gcloud/pull/542](https://togithub.com/google-github-actions/setup-gcloud/pull/542) - fix: update references from master -> main by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/544](https://togithub.com/google-github-actions/setup-gcloud/pull/544) - chore: update deps by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/551](https://togithub.com/google-github-actions/setup-gcloud/pull/551) - update release process by [@​verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/562](https://togithub.com/google-github-actions/setup-gcloud/pull/562) - $'fix release workflow files' by [@​verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/563](https://togithub.com/google-github-actions/setup-gcloud/pull/563) - $'fix release workflow files' by [@​verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/566](https://togithub.com/google-github-actions/setup-gcloud/pull/566) - fix: update secrets according to readme by [@​greenchapter](https://togithub.com/greenchapter) in [https://github.com/google-github-actions/setup-gcloud/pull/549](https://togithub.com/google-github-actions/setup-gcloud/pull/549) - chore: update deps by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/567](https://togithub.com/google-github-actions/setup-gcloud/pull/567) - chore: fix typo by [@​Eejit43](https://togithub.com/Eejit43) in [https://github.com/google-github-actions/setup-gcloud/pull/568](https://togithub.com/google-github-actions/setup-gcloud/pull/568) - Delete CONTRIBUTING.md by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/569](https://togithub.com/google-github-actions/setup-gcloud/pull/569) - chore(deps): bump [@​actions/core](https://togithub.com/actions/core) from 1.9.0 to 1.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/google-github-actions/setup-gcloud/pull/570](https://togithub.com/google-github-actions/setup-gcloud/pull/570) - chore(deps): bump [@​types/mocha](https://togithub.com/types/mocha) from 9.1.1 to 10.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/google-github-actions/setup-gcloud/pull/572](https://togithub.com/google-github-actions/setup-gcloud/pull/572) - Update deps by [@​sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/574](https://togithub.com/google-github-actions/setup-gcloud/pull/574) - Release: v0.6.1 by [@​google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/575](https://togithub.com/google-github-actions/setup-gcloud/pull/575) ##### New Contributors - [@​mwarkentin](https://togithub.com/mwarkentin) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/542](https://togithub.com/google-github-actions/setup-gcloud/pull/542) - [@​verbanicm](https://togithub.com/verbanicm) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/562](https://togithub.com/google-github-actions/setup-gcloud/pull/562) - [@​greenchapter](https://togithub.com/greenchapter) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/549](https://togithub.com/google-github-actions/setup-gcloud/pull/549) - [@​Eejit43](https://togithub.com/Eejit43) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/568](https://togithub.com/google-github-actions/setup-gcloud/pull/568) **Full Changelog**: https://github.com/google-github-actions/setup-gcloud/compare/v0.6.0...v0.6.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.