2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00

chore: upgrade to Aspect Workflows 5.8.0-rc14 (#598)

This commit is contained in:
Greg Magolan 2023-10-08 14:13:14 -07:00 committed by GitHub
parent 088992e022
commit f4d6fd6ad9
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.8.0-rc12/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0-rc14/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id

View file

@ -20,7 +20,7 @@ setup: true
orbs:
continuation: circleci/continuation@1.0.0
slack: circleci/slack@4.12.5
bazel: aspect-build/workflows@dev:5.8.0-rc12
bazel: aspect-build/workflows@dev:5.8.0-rc14
workflows:
bazel-setup: