From 307bb77d2bcf554a9aa3734adddf5baa49b4e111 Mon Sep 17 00:00:00 2001 From: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:40:30 -0400 Subject: [PATCH] Pin windsor action to v0.7.1 Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cb8f9b6..109594f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -140,9 +140,9 @@ jobs: run: mkdir -p support-bundles - name: Install Windsor CLI - uses: windsorcli/action@main + uses: windsorcli/action@v0.5.0 with: - ref: main + ref: v0.7.1 context: local - name: Create .docker-cache directory