machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Pin setup-gcloud to v0 instead of master #405

Closed sethvargo closed 2 years ago

sethvargo commented 2 years ago

setup-gcloud will be updating the branch name from master to main in a future release. Even though GitHub will establish redirects, this will break any GitHub Actions workflows that pin to master. This PR updates your GitHub Actions workflows to pin to v0, which is the recommended best practice.

machow commented 2 years ago

Thanks! (Merging, since I think the docs failing is for a step I should disable on pull requests from forks)