From 6f95ad87e3f020f017b6d09b750cb295c28d221e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:31:28 -0600 Subject: [PATCH] chore(deps): update gha-deps to v0.14.0 (#167) | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-cli | v0.13.1 | v0.14.0 | | github-tags | defenseunicorns/uds-cli | 0.13.1 | 0.14.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tag-and-release.yml | 2 +- .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 597ea0ee..96e2ae90 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -42,7 +42,7 @@ jobs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.13.1 + run: brew install defenseunicorns/tap/uds@0.14.0 - name: "Login to GHCR" uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d0d40b7..57ef722b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/zarf.schema.json": [ "zarf.yaml" ] },