Skip to content

Commit

Permalink
chore(deps): update gha-deps to v0.14.0 (#167)
Browse files Browse the repository at this point in the history
| datasource  | package                 | from    | to      |
| ----------- | ----------------------- | ------- | ------- |
| github-tags | defenseunicorns/uds-cli | v0.13.1 | v0.14.0 |
| github-tags | defenseunicorns/uds-cli | 0.13.1  | 0.14.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 2fd4c90 commit 6f95ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1
run: brew install defenseunicorns/tap/uds@0.14.0

- name: "Login to GHCR"
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down

0 comments on commit 6f95ad8

Please sign in to comment.