Skip to content

Commit 01df2fa

Browse files
chore(deps): bump updatecli/updatecli-action from 2.89.0 to 2.90.0 (#2350)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86d07d9 commit 01df2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/agent-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install Updatecli in the runner
23-
uses: updatecli/updatecli-action@v2.89.0
23+
uses: updatecli/updatecli-action@v2.90.0
2424

2525
- name: Run Updatecli in apply mode
2626
run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml"

.github/workflows/kubectl-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install Updatecli in the runner
20-
uses: updatecli/updatecli-action@v2.89.0
20+
uses: updatecli/updatecli-action@v2.90.0
2121

2222
- name: Run Updatecli
2323
run: "updatecli apply --config .github/updatecli.d/config-update-bitnami-kubectl-image.yaml"

0 commit comments

Comments
 (0)