chore: upgrade to Aspect Workflows 5.9.0-rc.7 (#695)

This commit is contained in:
Greg Magolan 2023-12-16 02:38:29 -08:00 committed by GitHub
parent 94d41e6849
commit 57bfe2c165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region
# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.0/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.7/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id

View File

@ -19,7 +19,7 @@ setup: true
orbs:
slack: circleci/slack@4.12.5
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.0
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.7
jobs:
legacy: