Skip to content

Commit 8971233

Browse files
Bump service-account-compute-vm-github-runners::cloud-foundation-fabric
Bumps [service-account-compute-vm-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 54.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](GoogleCloudPlatform/cloud-foundation-fabric@v53.0.0...v54.0.0) --- updated-dependencies: - dependency-name: service-account-compute-vm-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 54.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ae4223 commit 8971233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/iam-service-accounts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Service Account for GitHub Actions Runners (Compute Engine VMs)
44
module "service-account-compute-vm-github-runners" {
5-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v53.0.0"
5+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v54.0.0"
66
project_id = module.project.project_id
77
name = "github-runners"
88
display_name = "Compute VM - GitHub Actions Runners (Terraform managed)"

0 commit comments

Comments
 (0)