From 051e14f1ac51de2e62e8129709650d599cad5fc2 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 1 Jul 2024 18:21:44 +0000 Subject: [PATCH] fix: bump uds cli in setup action --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d9299e67..69c9d956 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -12,4 +12,4 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.11.0 + run: brew install defenseunicorns/tap/uds@0.12.0