Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 3, 2023
1 parent 975a933 commit 5d2e294
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.8.10/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.13/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/[email protected].10
aspect-workflows: aspect-build/[email protected].13

jobs:
legacy:
Expand Down

0 comments on commit 5d2e294

Please sign in to comment.