Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 15, 2023
1 parent 2633f58 commit 7458d03
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 @@ -44,7 +44,7 @@ module "aspect_workflows" {
}

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.0/workflows/terraform-aws-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.3/workflows/terraform-aws-aspect-workflows.zip"

# Non-terraform Aspect Workflows release artifacts are pulled from the region specific
# aspect-artifacts bucket during apply. Aspect will grant your AWS account access to this bucket
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.3

jobs:
legacy:
Expand Down

0 comments on commit 7458d03

Please sign in to comment.