Issues | Pull Requests | v1.15.3...v1.15.4 | Base revision
#2332 Stop running google-github-actions/setup-gcloud
Warning
tfaction doesn't run google-github-actions/setup-gcloud anymore.
tfaction doesn't depend on gcloud and gsutil, so this change has no problem for tfaction.
But if you run steps depending on these tools, this change may break your workflows.
In that case, please run google-github-actions/setup-gcloud
yourself.
tfaction used setup-gcloud to upload plan files to Google Cloud Storage (GCS) using gsutil.
But now tfaction uploads plan files to GitHub Artifacts instead of GCS.
So gcloud and gsutil aren't necessary anymore.