From 96eec6963d032013c73e6c75736fbca60cb3b975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 17:57:57 +0000 Subject: [PATCH] chore(deps): update dependency defenseunicorns/uds-cli to v0.11.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------- | | github-tags | defenseunicorns/uds-cli | 0.4.1 | 0.11.0 | | github-tags | defenseunicorns/uds-cli | v0.4.1 | v0.11.0 | --- .github/actions/setup/action.yaml | 2 +- .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index be9130bfc..67b1f0ff8 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -27,4 +27,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.4.1 + run: brew install defenseunicorns/tap/uds@0.11.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 465ff4c6c..095868c7a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,12 +8,12 @@ }, "yaml.schemas": { // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml"