Skip to content

Commit 59c5b3b

Browse files
chore(deps): bump updatecli/updatecli-action from 2.100.0 to 3.0.0 (#2566)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67ec059 commit 59c5b3b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.100.0
27+
uses: updatecli/updatecli-action@v3.1.0
2828

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

.github/workflows/cluster-shield-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.100.0
27+
uses: updatecli/updatecli-action@v3.1.0
2828

2929
- name: Run Updatecli in apply mode
3030
run: "updatecli apply --config .github/updatecli.d/config-cluster-shield-release.yaml"

.github/workflows/host-shield-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.100.0
27+
uses: updatecli/updatecli-action@v3.1.0
2828

2929
- name: Run Updatecli in apply mode
3030
run: "updatecli apply --config .github/updatecli.d/config-host-shield-windows-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@v6
1818

1919
- name: Install Updatecli in the runner
20-
uses: updatecli/updatecli-action@v2.100.0
20+
uses: updatecli/updatecli-action@v3.1.0
2121

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

0 commit comments

Comments
 (0)