diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index 8d654b1c6..93450b55d 100644 --- a/.github/workflows/agent-release.yaml +++ b/.github/workflows/agent-release.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.67.0 + uses: updatecli/updatecli-action@v2.68.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 9e6d463e3..86eaa8eef 100644 --- a/.github/workflows/kubectl-update.yaml +++ b/.github/workflows/kubectl-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.67.0 + uses: updatecli/updatecli-action@v2.68.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-bitnami-kubectl-image.yaml"