diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index ddd84f714..074af216e 100644 --- a/.github/workflows/agent-release.yaml +++ b/.github/workflows/agent-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.1.3 + uses: updatecli/updatecli-action@v3.2.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml" diff --git a/.github/workflows/cluster-shield-release.yaml b/.github/workflows/cluster-shield-release.yaml index f5ef8cdd6..c35a30807 100644 --- a/.github/workflows/cluster-shield-release.yaml +++ b/.github/workflows/cluster-shield-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.1.3 + uses: updatecli/updatecli-action@v3.2.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-cluster-shield-release.yaml" diff --git a/.github/workflows/host-shield-release.yaml b/.github/workflows/host-shield-release.yaml index e3b0e78d4..61d8ecce6 100644 --- a/.github/workflows/host-shield-release.yaml +++ b/.github/workflows/host-shield-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.1.3 + uses: updatecli/updatecli-action@v3.2.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-host-shield-windows-release.yaml" diff --git a/.github/workflows/kubectl-update.yaml b/.github/workflows/kubectl-update.yaml index c38607966..fb0a1bd44 100644 --- a/.github/workflows/kubectl-update.yaml +++ b/.github/workflows/kubectl-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.1.3 + uses: updatecli/updatecli-action@v3.2.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"