From 7c2ece32a1241936d7d296fec0a406d1f2bd582f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 02:38:14 +0000 Subject: [PATCH] chore: update zarf to v0.32.5 | datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.31.1 | v0.32.5 | --- .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 be9130b..200a7d1 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -9,7 +9,7 @@ runs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: v0.31.1 + version: v0.32.5 download-init-package: true - name: Use Node.js latest