From 108b5db07b72d474940a58ce5143d2026305b2a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 01:54:20 +0000 Subject: [PATCH] chore(deps): update gha-deps | datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | defenseunicorns/uds-cli | 0.9.2 | 0.9.3 | --- .github/workflows/tag-and-release.yml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 48cd5187..5afb4c4c 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.9.2 + run: brew install defenseunicorns/tap/uds@0.9.3 - name: "Login to GHCR" uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 909dbb38..07df44da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@fc12e3a773580020a1d63e254525eab0f8b99fc8 + uses: defenseunicorns/uds-common/.github/actions/setup@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac - name: Test building the docker image run: uds run dev-build