Skip to content

Commit

Permalink
chore(deps): update support-deps to v5.6.3
Browse files Browse the repository at this point in the history
| datasource  | package    | from  | to    |
| ----------- | ---------- | ----- | ----- |
| github-tags | k3d-io/k3d | 5.6.0 | 5.6.3 |
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 2e23ae3 commit e9fe98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Install k3d
shell: bash
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.6.0 bash
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=5.6.3 bash

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching

- UDS CLI: 0.10.3
- UDS Core: 0.18.0
- K3D: 5.6.0
- K3D: 5.6.3

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 e9fe98b

Please sign in to comment.