We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69856a commit f4ad161Copy full SHA for f4ad161
.github/workflows/agent-release.yaml
@@ -24,7 +24,7 @@ jobs:
24
go-version: "1.24"
25
26
- name: Install Updatecli in the runner
27
- uses: updatecli/updatecli-action@v2.92.0
+ uses: updatecli/updatecli-action@v2.93.0
28
29
- name: Run Updatecli in apply mode
30
run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml"
.github/workflows/kubectl-update.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
20
21
22
- name: Run Updatecli
23
run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"
0 commit comments