Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies to v5.8.2
Browse files Browse the repository at this point in the history
| datasource  | package    | from   | to     |
| ----------- | ---------- | ------ | ------ |
| github-tags | k3d-io/k3d | 5.8.1  | 5.8.2  |
| github-tags | k3d-io/k3d | v5.8.1 | v5.8.2 |
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 19f816f commit 21ca537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching

- UDS CLI: 0.21.0
- UDS Core: 0.35.0
- K3D: 5.8.1
- K3D: 5.8.2
- Lula: 0.16.0

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion tasks/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tasks:
- description: Install k3d
env:
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver-coerced
- K3D_VERSION=v5.8.1
- K3D_VERSION=v5.8.2
cmd: |
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG="${K3D_VERSION}" bash
Expand Down

0 comments on commit 21ca537

Please sign in to comment.