Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0rc3 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Sep 9, 2023
1 parent d2203e9 commit 06cb7f0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 42 deletions.
101 changes: 61 additions & 40 deletions .aspect/workflows/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.3/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.8.0-rc3/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 @@ -20,7 +20,7 @@ setup: true
orbs:
continuation: circleci/continuation@1.0.0
slack: circleci/slack@4.12.5
bazel: aspect-build/workflows@5.7.3
bazel: aspect-build/workflows@dev:5.8.0-rc3

workflows:
bazel-setup:
Expand Down

0 comments on commit 06cb7f0

Please sign in to comment.