close
Skip to content

Commit 8aed1e0

Browse files
chore(deps): update uds common support dependencies (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6fba9c commit 8aed1e0

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

‎.github/actions/save-logs/action.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
sudo chown $USER /tmp/uds-*.log || echo ""
1717
shell: bash
1818

19-
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
19+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2020
with:
2121
name: debug-log${{ inputs.suffix }}
2222
path: |

‎.github/workflows/commitlint.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2323
with:
2424
fetch-depth: 0
2525

@@ -29,7 +29,7 @@ jobs:
2929
- name: Install commitlint
3030
run: |
3131
npm install --save-dev @commitlint/config-conventional@19.2.2
32-
npm install --save-dev @commitlint/cli@19.2.2
32+
npm install --save-dev @commitlint/cli@19.3.0
3333
3434
- name: Lint PR title
3535
env:

‎.github/workflows/lint.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121
with:
2222
fetch-depth: 0
2323

‎.github/workflows/tag-release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: write
3434

3535
steps:
36-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3737

3838
- name: Environment setup
3939
uses: ./.github/actions/setup

‎.github/workflows/test-deploy.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4747

4848
- name: Clean Runner
4949
uses: ./.github/actions/clean-runner

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
1616
## Supported Tool Versions
1717

1818
- UDS CLI: 0.10.4
19-
- UDS Core: 0.20.0
19+
- UDS Core: 0.21.0
2020
- K3D: 5.6.3
2121

2222
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.

‎tasks/setup.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
version:
55
description: The version of k3d-core-slim-dev to deploy
66
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
7-
default: 0.20.0
7+
default: 0.21.0
88
insecure_keycloak_admin:
99
description: Automatically set a keycloak admin username / password
1010
default: "true"
@@ -17,7 +17,7 @@ tasks:
1717
version:
1818
description: The version of k3d-core-demo to deploy
1919
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
20-
default: 0.20.0
20+
default: 0.21.0
2121
insecure_keycloak_admin:
2222
description: Automatically set a keycloak admin username / password
2323
default: "true"

0 commit comments

Comments
 (0)