From 0b66045bcd5046ec41545a0c8fcca1c5a7123776 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 18 Oct 2022 14:05:06 -0400 Subject: [PATCH] Bump GHA Version --- templates/base.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 031d91a..2b43a27 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -14,7 +14,7 @@ variable "macos_version" { variable "gha_version" { type = string - default = "2.296.1" + default = "2.298.2" } source "tart-cli" "tart" {