From fdccb9b6125acbc90d1a596553eced7525af4a47 Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Mon, 17 Jan 2022 19:50:35 +0000
Subject: [PATCH] ci(windows): update Salt version installed to `3004-3` [skip
 ci]

* Automated using https://github.com/myii/ssf-formula/pull/406
---
 kitchen.windows.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kitchen.windows.yml b/kitchen.windows.yml
index 1bb367c..6aef85a 100644
--- a/kitchen.windows.yml
+++ b/kitchen.windows.yml
@@ -11,7 +11,7 @@ driver:
 
 provisioner:
   salt_install: bootstrap
-  salt_bootstrap_options: -pythonVersion 3 -version 3004-2
+  salt_bootstrap_options: -pythonVersion 3 -version 3004-3
   # yamllint disable rule:line-length
   init_environment: |
     salt-call --local state.single file.managed `
-- 
GitLab