Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 79a5edf commit d8c7453
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d8c7453

Please sign in to comment.