From 787928a31a6a0acc1b664d7b3b1ff8c2437a665d Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Fri, 12 Apr 2024 19:08:32 +0100 Subject: [PATCH] chore: update hashicorp/packer-plugin-vagrant to ~v1.1.0 --- qemu-x64/main.build | 2 +- vbox-x64/main.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-x64/main.build b/qemu-x64/main.build index 209ca73..e32327a 100644 --- a/qemu-x64/main.build +++ b/qemu-x64/main.build @@ -6,7 +6,7 @@ packer { } vagrant = { source = "github.com/hashicorp/vagrant" - version = "~> 1.0.0" + version = "~> 1.1.0" } } } diff --git a/vbox-x64/main.build b/vbox-x64/main.build index 48388c1..e6d450b 100644 --- a/vbox-x64/main.build +++ b/vbox-x64/main.build @@ -2,7 +2,7 @@ packer { required_plugins { vagrant = { source = "github.com/hashicorp/vagrant" - version = "~> 1.0.0" + version = "~> 1.1.0" } } }