diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index 1d22d2c37..960daf116 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.53.0 + uses: updatecli/updatecli-action@v2.54.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml"