diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index 4f911291f..9869d5636 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.79.0 + uses: updatecli/updatecli-action@v2.81.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 9ddfbebd5..11e2e6c62 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.79.0 + uses: updatecli/updatecli-action@v2.81.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-bitnami-kubectl-image.yaml"