From 137b20ab2c37c390f6cf5007f611006b20c8d4bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:21:38 +0000 Subject: [PATCH] chore(deps): update gha-deps | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | defenseunicorns/setup-uds | v1.0.0 | v1.0.1 | | github-tags | defenseunicorns/uds-cli | v0.19.2 | v0.20.0 | | github-tags | defenseunicorns/uds-cli | 0.19.2 | 0.20.0 | --- .github/actions/lint/action.yaml | 2 +- .github/actions/setup/action.yaml | 4 ++-- .github/workflows/tag-and-release.yml | 2 +- .vscode/settings.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/lint/action.yaml b/.github/actions/lint/action.yaml index 2274dce..46fc471 100644 --- a/.github/actions/lint/action.yaml +++ b/.github/actions/lint/action.yaml @@ -17,7 +17,7 @@ runs: - name: Install UDS CLI # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.19.2 + run: brew install defenseunicorns/tap/uds@0.20.0 shell: bash - name: Lint Deps diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 196a132..6e6bb61 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -29,10 +29,10 @@ runs: run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.7.5 bash - name: Install UDS CLI - uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 + uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Iron Bank Login if: ${{ inputs.registry1Username != '' }} diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 90b967f..68359a2 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -45,7 +45,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.19.2 + run: brew install defenseunicorns/tap/uds@0.20.0 - name: "Login to GHCR" uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 5a4cb9f..2e6828a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.20.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.20.0/zarf.schema.json": [ "zarf.yaml" ] },