From c6df627da1ec454421df14fddde59ee8bd18561c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:54:05 +0000 Subject: [PATCH] chore(deps): update uds to v0.6.2 | datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | defenseunicorns/uds-cli | 0.6.1 | 0.6.2 | --- .github/actions/setup/action.yaml | 2 +- .github/workflows/pull-request-conditionals.yaml | 2 +- .vscode/settings.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index ac4fecbf92..5e108e7714 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -37,7 +37,7 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.6.1 + run: brew install defenseunicorns/tap/uds@0.6.2 - name: Login to GHCR uses: docker/login-action@v3 diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index 687745923f..d191239807 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -34,7 +34,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.6.1 + run: brew install defenseunicorns/tap/uds@0.6.2 - name: Run Formatting Checks run: uds run lint-check diff --git a/.vscode/settings.json b/.vscode/settings.json index d4b582bd0a..9fa7d0db18 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,12 +9,12 @@ }, "yaml.schemas": { // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.6.1/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.6.2/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.6.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.6.2/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml"