Skip to content

Commit 09a40f3

Browse files
chore(deps): bump updatecli/updatecli-action from 2.92.0 to 2.94.0 (#2415)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b28d942 commit 09a40f3

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.94.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.94.0
2121

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

0 commit comments

Comments
 (0)