Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-rc.7 (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 16, 2023
1 parent 94d41e6 commit 57bfe2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup: true

orbs:
slack: circleci/[email protected]
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.0
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.7

jobs:
legacy:
Expand Down

0 comments on commit 57bfe2c

Please sign in to comment.