From edbf066e9fccc5cc7ecdeeef39a393b33eb4701d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:58:44 +0000 Subject: [PATCH] Update dependency hashicorp/packer-plugin-googlecompute to v1.2.4 | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | hashicorp/packer-plugin-googlecompute | v1.2.3 | v1.2.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.pkr.hcl b/tools/build.pkr.hcl index 3cbd068..53da7bf 100644 --- a/tools/build.pkr.hcl +++ b/tools/build.pkr.hcl @@ -2,7 +2,7 @@ packer { required_plugins { googlecompute = { source = "github.com/hashicorp/googlecompute" - version = "1.2.3" + version = "1.2.4" } } }