diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index ec92ad55d..f1895764d 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.51.0 + uses: updatecli/updatecli-action@v2.52.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml"