From 566d6aa8e81c108ba8b3f61853596298cd320438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:28:32 +0000 Subject: [PATCH] chore(deps): update gha-deps to v0.17.0 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-cli | v0.16.0 | v0.17.0 | | github-tags | defenseunicorns/uds-cli | 0.16.0 | 0.17.0 | --- .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 146410d..c5d26ee 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.16.0 + run: brew install defenseunicorns/tap/uds@0.17.0 - name: "Login to GHCR" uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index eba94ad..3195b03 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.17.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.17.0/zarf.schema.json": [ "zarf.yaml" ] },