From d8c7453d21c86de3bedcd0f2a5c78856983fd15d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:51:07 +0000 Subject: [PATCH] chore(deps): update uds common support dependencies | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | npm | @commitlint/cli | 19.4.0 | 19.4.1 | | npm | @commitlint/config-conventional | 19.2.2 | 19.4.1 | | github-tags | actions/upload-artifact | v4.3.6 | v4.4.0 | | github-tags | defenseunicorns/lula | 0.5.1 | 0.6.0 | | github-tags | defenseunicorns/lula | v0.5.1 | v0.6.0 | --- .github/actions/save-logs/action.yaml | 2 +- .github/actions/setup/action.yaml | 2 +- .github/workflows/commitlint.yaml | 4 ++-- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index f2882fa1..31f0883e 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -34,7 +34,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: debug-log${{ inputs.suffix }} path: | diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d132d92a..0af86b7d 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -36,7 +36,7 @@ runs: uses: defenseunicorns/lula-action/setup@91fe067451c33cc2a211eb0532e2351ae5b155a3 with: # renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced - version: v0.5.1 + version: v0.6.0 - name: Iron Bank Login if: ${{ inputs.registry1Username != '' }} diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index b8648270..8e59e2ac 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -29,8 +29,8 @@ jobs: - name: Install commitlint run: | - npm install --save-dev @commitlint/config-conventional@19.2.2 - npm install --save-dev @commitlint/cli@19.4.0 + npm install --save-dev @commitlint/config-conventional@19.4.1 + npm install --save-dev @commitlint/cli@19.4.1 - name: Lint PR title env: diff --git a/README.md b/README.md index 0a83710a..ccde2a03 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching - UDS CLI: 0.14.2 - UDS Core: 0.26.1 - K3D: 5.7.3 -- Lula: 0.5.1 +- Lula: 0.6.0 NOTE: Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.