chore: update to Aspect Workflows 5.7.0-rc10 (#500)

This commit is contained in:
Greg Magolan 2023-08-23 16:37:49 -07:00 committed by GitHub
parent 3af9e00308
commit 7d88eac298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ data "google_compute_image" "runner_image" {
module "aspect_workflows" {
# Aspect Workflows terraform module
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.7.0-rc9/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.7.0-rc10/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id

View File

@ -23,7 +23,7 @@ orbs:
# CCI doesn't allow us to use a relative path in the monorepo, so we have to refer to an
# already-published orb in their registry.
# Run `bazel run --stamp //rosetta/cci-orb:publish` to produce a new version.
bazel: aspect-build/workflows@dev:5.7.0-rc9
bazel: aspect-build/workflows@dev:5.7.0-rc10
workflows:
bazel-setup: