Skip to content

Commit f4ad161

Browse files
chore(deps): bump updatecli/updatecli-action from 2.92.0 to 2.93.0
Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.92.0 to 2.93.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@v2.92.0...v2.93.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.93.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f69856a commit f4ad161

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
@@ -24,7 +24,7 @@ jobs:
2424
go-version: "1.24"
2525

2626
- name: Install Updatecli in the runner
27-
uses: updatecli/updatecli-action@v2.92.0
27+
uses: updatecli/updatecli-action@v2.93.0
2828

2929
- name: Run Updatecli in apply mode
3030
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@v5
1818

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

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

0 commit comments

Comments
 (0)