diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index f90b35c01..7e4d6cdd8 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@v2.92.0 + uses: updatecli/updatecli-action@v2.94.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml" diff --git a/.github/workflows/kubectl-update.yaml b/.github/workflows/kubectl-update.yaml index 16338c242..2e9196f86 100644 --- a/.github/workflows/kubectl-update.yaml +++ b/.github/workflows/kubectl-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.92.0 + uses: updatecli/updatecli-action@v2.94.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"